summaryrefslogtreecommitdiffstats
path: root/include/osmocore/gsm_utils.h
Commit message (Collapse)AuthorAgeFilesLines
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-117/+0
| | | | | | | | | | | | 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 libraryPablo Neira Ayuso2011-03-231-1/+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>
* gsm_utils: Define 4 upper bits as "flags" and mask them out in utility functionsSylvain Munaut2010-11-131-0/+1
| | | | | | This way those function don't care about the flags they don't know about Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* gsm_utils: Move the gsm_7bit_alphabet into the impl and make it staticHolger Hans Peter Freyther2010-07-231-28/+0
|
* * rewrite GSM 7bit default encoding/decoding based on a lookup table as the ↵Nico Golde2010-07-201-0/+28
| | | | previous code produced wrong encodings for certain characters.
* gsm_utils: Add a fn to test A5(x) support given a classmark2Sylvain Munaut2010-06-091-0/+12
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* add new new gprs_tmsi2tlli() functionHarald Welte2010-06-011-1/+3
|
* import gsm48_parse_ra() and gprs_tlli_type() from openbscHarald Welte2010-05-011-0/+12
|
* gsm_utils: Just add some constant and timekeeping utilsSylvain Munaut2010-04-271-0/+7
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* fix compiler warnings (itsme <itsme@xs4all.nl>)Harald Welte2010-03-221-1/+1
| | | | | * added several 'const' for strings. * added 'extern' to declarations of rsl_rlm_cause_strs
* import some gsm band/arfcn/time related utilities from OsmocomBBHarald Welte2010-03-071-0/+22
|
* import gsm_band_name() and gsm_band_parse() from OpenBSCHarald Welte2010-03-041-1/+4
|
* intial checkin of the libosmocore projectHarald Welte2010-02-201-0/+59