summaryrefslogtreecommitdiffstats
path: root/src/gsm/gsm48.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation warnings: use correct log type for uint32_tPau Espin Pedrol2017-06-231-1/+2
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-3/+4
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-25/+25
* gsm/gsm48.c: drop useless assignmentVadim Yanitskiy2017-06-131-1/+0
* update/extend doxygen documentationHarald Welte2017-06-121-10/+70
* use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte2017-05-151-8/+9
* add gsm48_pdisc_msgtype_name()Neels Hofmeyr2017-03-161-0/+198
* add gsm48_pdisc_names and gsm48_pdisc_name()Neels Hofmeyr2017-03-161-0/+19
* gsm0408: Completing GSM 04.08 RR message typesPhilipp2016-10-271-0/+108
* COSMETIC: moving rr_cause_name() in gsm48.cPhilipp2016-10-271-5/+5
* Add function to check GMM encryptabilityMax2016-07-071-0/+25
* Revert "gsm48: move to hex TMSI representation"Holger Freyther2016-05-201-1/+2
* gsm48: move to hex TMSI representationVadim Yanitskiy2016-05-201-2/+1
* Set DTX in Cell OptionsMax2016-05-121-1/+45
* Export names for gsm_chan_t and gsm48_chan_modeMax2016-03-301-1/+25
* Revert "gsm48: move to hex TMSI representation"Harald Welte2016-03-171-1/+1
* gsm48: move to hex TMSI representationVadim Yanitskiy2016-03-171-1/+1
* gsm48: factor out MCC+MNC BCD parsing for re-use in UMTSNeels Hofmeyr2016-03-151-21/+34
* comment typoNeels Hofmeyr2016-02-291-1/+1
* Introduce gsm48_mi_type_name() functionHarald Welte2015-08-181-0/+14
* gsm48: Added 'Network Daylight Saving Time' info elementJacob Erlbeck2013-09-161-0/+1
* gsm0408: Avoid unaligned memory access in gsm48_generate_mid_from_tmsiHolger Hans Peter Freyther2013-07-031-2/+2
* GSM48: Avoid unaligned access in gsm48_construct_raAndreas Eversberg2012-11-051-1/+3
* gsm48_decode_lai(): return real integers for mcc/mnc, not hex!Harald Welte2012-07-131-6/+13
* import gsm48_decode_lai() function from osmocom-bb/mobile sysinfo.cHarald Welte2012-07-131-0/+14
* Fix generation of GPRS Routing Area in case of 3-digit MNCGus Bourg2011-12-141-1/+1
* add some utility functions for paging related calculation (TS 05.02)Harald Welte2011-06-261-7/+7
* add gsm48_number_of_paging_subchannels() functionHarald Welte2011-06-261-0/+13
* utils: use namespace prefix osmo_*Pablo Neira Ayuso2011-05-071-6/+6
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-4/+4
* This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso2011-03-231-0/+415