summaryrefslogtreecommitdiffstats
path: root/src/gsm
Commit message (Expand)AuthorAgeFilesLines
* gsm0808: fix control flow issuePhilipp Maier2017-05-081-3/+2
* Add SW Description (de)marshallingMax2017-04-282-0/+160
* Uninitialized variable in ipa_ccm_make_id_resp_from_req()Harald Welte2017-04-271-0/+2
* fix spelling in API docu, command reply, logging, descriptionsThorsten Alteholz2017-04-232-2/+2
* ipa: Introduce helpers to encode IPA CCM ID RESPONSEHarald Welte2017-04-152-1/+120
* gsm0808: make gsm0808_create_reset_ack() accessiblePhilipp Maier2017-04-081-0/+1
* gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQSTPhilipp Maier2017-04-082-0/+57
* gsm0808: Add create functions for BSS_MAP_MSG_PAGINGPhilipp Maier2017-04-082-0/+53
* gsm0808: Add create functions for CIPHER MODE COMMANDPhilipp Maier2017-04-082-0/+34
* gsm0808: Add utils for Cell Identifier ListPhilipp Maier2017-04-082-0/+80
* gsm0808: Add utils for Encryption InformationPhilipp Maier2017-04-082-0/+73
* gsm0808: Add utils for Channel TypePhilipp Maier2017-04-082-0/+75
* gsm0808: Add AoIP specific elements to gsm0808_create_... functionsPhilipp Maier2017-04-082-5/+58
* gsm0808: Add utils for Speech Codec List and Speech CodecPhilipp Maier2017-04-082-0/+190
* gsm0808: Add utils for AoIP Transport Layer AddressPhilipp Maier2017-04-083-1/+125
* Fix LAPD UA message buffer memory leak.Jean-Francois Dionne2017-03-291-5/+5
* Add support for PCU version reportMax2017-03-231-0/+1
* abis: add message type namesMax2017-03-222-0/+104
* abis: add attribute namesMax2017-03-212-0/+72
* build: fix build dependencies for generated sourcesNeels Hofmeyr2017-03-201-1/+3
* add gsm48_pdisc_msgtype_name()Neels Hofmeyr2017-03-162-0/+202
* add gsm48_pdisc_names and gsm48_pdisc_name()Neels Hofmeyr2017-03-162-0/+20
* auth_milenage: fix check against too large indNeels Hofmeyr2017-03-161-1/+1
* osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || INDNeels Hofmeyr2017-03-151-1/+66
* osmo_auth_gen_vec: UMTS auth: store last used SQN, not nextNeels Hofmeyr2017-03-151-3/+9
* lapd_core: Use 'struct value_string' for LAPD state namesHarald Welte2017-03-151-28/+33
* libosmocoding: migrate transcoding routines from OsmoBTSVadim Yanitskiy2017-03-071-0/+2
* Check for proper lapdm_datalink entityMax2017-03-021-2/+8
* fix: gsm0808.c: unterminated value_string array gsm0808_bssap_namesNeels Hofmeyr2017-03-021-0/+1
* Export comp128 v2 and v3 routines as wellHolger Hans Peter Freyther2017-02-271-0/+2
* fix osmo_auth_gen_vec_auts: copy rand to auth vectorNeels Hofmeyr2017-02-221-1/+8
* gsup decode: fix expectation of AUTS length, should be 14Neels Hofmeyr2017-02-211-2/+2
* gsup: add osmo_gsup_message_type_name()Neels Hofmeyr2017-02-152-0/+30
* utils/conv_gen.py: improve application flexibilityVadim Yanitskiy2017-02-091-1/+1
* fix various compiler warnings (on FreeBSD-11.0)Harald Welte2017-02-082-1/+2
* lapd_core: Fix MDL-ERROR ind after RELEASE indPhilipp Maier2017-02-071-4/+4
* lapd_core: fix program flowPhilipp Maier2017-02-071-5/+5
* osmo_auth*: fix ordering of function argsNeels Hofmeyr2017-02-061-3/+3
* lapd_core: Improve debug outputPhilipp Maier2017-02-031-144/+190
* GSUP, OAP, osmo-gen-vec: fix AUTS length to 14, not 16Neels Hofmeyr2017-02-021-1/+1
* OML: add external alertsMax2017-01-251-0/+1
* ipa: Remove unneeded #include statementHarald Welte2017-01-231-1/+0
* Add abis_nm_fail_evt_vrep to libosmogsm.mapMax2017-01-191-0/+1
* libosmogsm.map: fix typoMax2017-01-171-1/+1
* Mark deprecated function as suchMax2017-01-161-0/+1
* Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap...Max2017-01-132-0/+2
* Add abis_nm_fail_evt_vrep() functionMax2017-01-111-4/+17
* LAPD: improve loggingMax2017-01-101-4/+6
* Add value strings for Probable Cause TypeMax2017-01-102-0/+8
* Add OML Failure Event Report supportMax2017-01-062-0/+39