aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm
AgeCommit message (Expand)AuthorFilesLines
2017-05-17gsm/gsm0411_smr.c: strip unused variableVadim Yanitskiy1-2/+1
2017-05-15gsm0808 + ipa: fix compilation on systems without sys/socket.hHarald Welte2-3/+15
2017-05-15use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte7-25/+22
2017-05-14Make EARFCN size calculation more robustMax2-6/+22
2017-05-12gsm_04_08: Add missing GSM cause valueDaniel Willmann1-0/+3
2017-05-10doc: fix incorrect return value descriptionMax1-1/+1
2017-05-09timer: add osmo_timer_setup()Pablo Neira Ayuso3-8/+4
2017-05-08gsm0808: fix control flow issuePhilipp Maier1-3/+2
2017-04-28Add SW Description (de)marshallingMax2-0/+160
2017-04-27Uninitialized variable in ipa_ccm_make_id_resp_from_req()Harald Welte1-0/+2
2017-04-23fix spelling in API docu, command reply, logging, descriptionsThorsten Alteholz2-2/+2
2017-04-15ipa: Introduce helpers to encode IPA CCM ID RESPONSEHarald Welte2-1/+120
2017-04-08gsm0808: make gsm0808_create_reset_ack() accessiblePhilipp Maier1-0/+1
2017-04-08gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQSTPhilipp Maier2-0/+57
2017-04-08gsm0808: Add create functions for BSS_MAP_MSG_PAGINGPhilipp Maier2-0/+53
2017-04-08gsm0808: Add create functions for CIPHER MODE COMMANDPhilipp Maier2-0/+34
2017-04-08gsm0808: Add utils for Cell Identifier ListPhilipp Maier2-0/+80
2017-04-08gsm0808: Add utils for Encryption InformationPhilipp Maier2-0/+73
2017-04-08gsm0808: Add utils for Channel TypePhilipp Maier2-0/+75
2017-04-08gsm0808: Add AoIP specific elements to gsm0808_create_... functionsPhilipp Maier2-5/+58
2017-04-08gsm0808: Add utils for Speech Codec List and Speech CodecPhilipp Maier2-0/+190
2017-04-08gsm0808: Add utils for AoIP Transport Layer AddressPhilipp Maier3-1/+125
2017-03-29Fix LAPD UA message buffer memory leak.Jean-Francois Dionne1-5/+5
2017-03-23Add support for PCU version reportMax1-0/+1
2017-03-22abis: add message type namesMax2-0/+104
2017-03-21abis: add attribute namesMax2-0/+72
2017-03-20build: fix build dependencies for generated sourcesNeels Hofmeyr1-1/+3
2017-03-16add gsm48_pdisc_msgtype_name()Neels Hofmeyr2-0/+202
2017-03-16add gsm48_pdisc_names and gsm48_pdisc_name()Neels Hofmeyr2-0/+20
2017-03-16auth_milenage: fix check against too large indNeels Hofmeyr1-1/+1
2017-03-15osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || INDNeels Hofmeyr1-1/+66
2017-03-15osmo_auth_gen_vec: UMTS auth: store last used SQN, not nextNeels Hofmeyr1-3/+9
2017-03-15lapd_core: Use 'struct value_string' for LAPD state namesHarald Welte1-28/+33
2017-03-07libosmocoding: migrate transcoding routines from OsmoBTSVadim Yanitskiy1-0/+2
2017-03-02Check for proper lapdm_datalink entityMax1-2/+8
2017-03-02fix: gsm0808.c: unterminated value_string array gsm0808_bssap_namesNeels Hofmeyr1-0/+1
2017-02-27Export comp128 v2 and v3 routines as wellHolger Hans Peter Freyther1-0/+2
2017-02-22fix osmo_auth_gen_vec_auts: copy rand to auth vectorNeels Hofmeyr1-1/+8
2017-02-21gsup decode: fix expectation of AUTS length, should be 14Neels Hofmeyr1-2/+2
2017-02-15gsup: add osmo_gsup_message_type_name()Neels Hofmeyr2-0/+30
2017-02-09utils/conv_gen.py: improve application flexibilityVadim Yanitskiy1-1/+1
2017-02-08fix various compiler warnings (on FreeBSD-11.0)Harald Welte2-1/+2
2017-02-07lapd_core: Fix MDL-ERROR ind after RELEASE indPhilipp Maier1-4/+4
2017-02-07lapd_core: fix program flowPhilipp Maier1-5/+5
2017-02-06osmo_auth*: fix ordering of function argsNeels Hofmeyr1-3/+3
2017-02-03lapd_core: Improve debug outputPhilipp Maier1-144/+190
2017-02-02GSUP, OAP, osmo-gen-vec: fix AUTS length to 14, not 16Neels Hofmeyr1-1/+1
2017-01-25OML: add external alertsMax1-0/+1
2017-01-23ipa: Remove unneeded #include statementHarald Welte1-1/+0
2017-01-19Add abis_nm_fail_evt_vrep to libosmogsm.mapMax1-0/+1