Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import abis_nm_{chcomb4pchan,pchan4chcomb}() from openbsc | Harald Welte | 2011-05-24 | 2 | -0/+28 |
| | |||||
* | Import sytem information related definitions + code from openbsc | Harald Welte | 2011-05-24 | 3 | -1/+45 |
| | |||||
* | abis_nm: Mark the structs as extern to avoid compiler warning | Holger Hans Peter Freyther | 2011-05-23 | 1 | -2/+2 |
| | | | | warning: array ‘abis_nm_obj_class_names’ assumed to have one element | ||||
* | abis_nm: remove abis_nm_obj_class_name / abis_nm_adm_state_name | Harald Welte | 2011-05-23 | 1 | -2/+3 |
| | | | | | | | | and export the underlying raw value_string arrays instead: abis_nm_obj_class_names / abis_nm_adm_state_names. This permits the caller to use get_string_value() as well as get_value_string(). | ||||
* | rename abis_nm_adm_name() to abis_nm_adm_state_name() | Harald Welte | 2011-05-23 | 1 | -1/+1 |
| | |||||
* | abis_nm: import definitions and common code on A-bis OML from OpenBSC | Harald Welte | 2011-05-22 | 2 | -1/+25 |
| | |||||
* | libosmogsm: add ipaccess related header file | Harald Welte | 2011-05-22 | 2 | -1/+94 |
| | |||||
* | gsm/a5: Add a A5 1&2 implementation | Sylvain Munaut | 2011-04-26 | 2 | -1/+50 |
| | | | | | | It's always useful to have around Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | include: reorganize headers file to include/osmocom/[gsm|core] | Pablo Neira Ayuso | 2011-03-23 | 20 | -0/+3990 |
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> |