summaryrefslogtreecommitdiffstats
path: root/src/gsm48_ie.c
Commit message (Collapse)AuthorAgeFilesLines
* This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso2011-03-231-1095/+0
| | | | | | | | | | 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>
* gsm48: Fix gsm48_encode_called - Set no extension bitSylvain Munaut2010-09-201-1/+2
| | | | | | | | The highest bit must be set as "No extension byte" marker, so that the next byte is considered to be the BCD number and not some more control stuff Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* Import gsm48_decode_freq_list() from osmocom-bb/layer23Harald Welte2010-08-041-0/+435
| | | | This will enable us to use this function from OpenBSC / ipaccess-config
* gsm48-ie.c: Fix year in copyright messageHarald Welte2010-04-091-1/+1
|
* import GSM04.08 encode/decode functions and mncc.h from openbscHarald Welte2010-03-071-0/+659