Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some more doxygen work (include the notion of modules) | Harald Welte | 2011-08-17 | 1 | -0/+51 |
| | |||||
* | add msgb_set_talloc_ctx() to set the talloc context for msgb allocations | Harald Welte | 2011-06-29 | 1 | -0/+5 |
| | |||||
* | misc: Remove the sys/types.h include from various files | Holger Hans Peter Freyther | 2011-04-18 | 1 | -1/+0 |
| | | | | | We used this include for the u_int{8,16,32}_t types but we do not need this anymore. | ||||
* | include: reorganize headers file to include/osmocom/[gsm|core] | Pablo Neira Ayuso | 2011-03-23 | 1 | -2/+2 |
| | | | | | | | | | | | | This patch moves all GSM-specific definitions to include/osmocom/gsm. Moreover, the headers in include/osmocore/ have been moved to include/osmocom/core. This has been proposed by Harald Welte and Sylvain Munaunt. Tested with `make distcheck'. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org> | ||||
* | msgb: Add non-inlined helper functions to ease with language bindings | Holger Hans Peter Freyther | 2010-10-18 | 1 | -0/+11 |
| | | | | | | It is easier from languages that dlopen libosmocore to have a function to access this data than to poke at the bytes of the struct directly. Add copyright for this method and the reset method I did earlier this year. | ||||
* | msgb: initialize cb[] to zero during msgb_reset() | Harald Welte | 2010-05-01 | 1 | -0/+2 |
| | |||||
* | msgb: remove smsh, llch, tlli and gmmh | Harald Welte | 2010-04-30 | 1 | -1/+1 |
| | | | | | This is a lot of GSM/GPRS specific stuff in struct msgb which we want to avoid. The 'control buffer' will replace them. | ||||
* | remove the unneeded bts_link pointer from msgb | Harald Welte | 2010-04-30 | 1 | -1/+0 |
| | |||||
* | msgb.c: Style cleanup in initialization | Sylvain Munaut | 2010-02-24 | 1 | -13/+4 |
| | | | | Don't assign the same var twice & init all from the same source. | ||||
* | intial checkin of the libosmocore project | Harald Welte | 2010-02-20 | 1 | -0/+98 |