Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RSL: add rsl_ipac_msg_name() for ipa specific RSL extension names | Harald Welte | 2011-09-02 | 1 | -0/+36 |
| | |||||
* | RSL: add doxygen documentation | Harald Welte | 2011-08-17 | 1 | -3/+27 |
| | |||||
* | add value_string definitions for RSL message types | Harald Welte | 2011-06-23 | 1 | -0/+76 |
| | |||||
* | 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> | ||||
* | This patch moves the GSM-specific functions to the new library | Pablo Neira Ayuso | 2011-03-23 | 1 | -0/+371 |
libosmogsm which is provided by libosmocore. I have also moved generate_backtrace() to backtrace.c instead of gsm_utils.c, otherwise the timer and msgfile tests depend on libosmogsm. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org> |