aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm
AgeCommit message (Expand)AuthorFilesLines
2018-12-14LCLS, TS 29.205: add GCR routinesMax3-1/+97
2018-12-14gsm0480: fix copy-pasted note for gsm0480_gen_return_error()Vadim Yanitskiy1-3/+0
2018-12-10gsm48_mi_to_string(): do not read from zero length input bufferNeels Hofmeyr1-1/+1
2018-12-10gsm48_mi_to_string(): guard against zero length output bufferNeels Hofmeyr1-5/+5
2018-12-10gsm48_generate_mid(): mask out ODD flag from mi_typeNeels Hofmeyr1-1/+1
2018-12-10gsm48_mi_to_string: use osmo_bcd2str(), fix some corner casesNeels Hofmeyr1-13/+12
2018-12-10api doc: gsm48_mi_to_string(): warn of return value implementationNeels Hofmeyr1-1/+4
2018-12-08gsm0808: add encoder for cause codes and use itPhilipp Maier3-12/+43
2018-12-07gsm29118: add generator functions for GSM29118 messagesPhilipp Maier2-0/+290
2018-12-07cosmetic apn: correct whitespace errorPhilipp Maier1-1/+1
2018-12-03gsm0808: add message generator for BSSMAP HANDOVER PERFORMEDPhilipp Maier2-0/+47
2018-11-30Move BSSMAP_MSG_* defines to header fileMax1-3/+0
2018-11-22Update gsm0808_create_ass() doxygenMax1-2/+2
2018-11-20gsm: Deprecate buggy gsm_arfcn2band API and introduce gsm_arfcn2band_rcPau Espin Pedrol2-23/+49
2018-11-19Support cipher mode reject with extended causeMax3-0/+42
2018-11-19Move msgb_push helpers to public headerMax1-39/+10
2018-11-18gsm48: gsm48_decode_freq_list: Improve documentation of paramter fPau Espin Pedrol1-1/+1
2018-11-18Update GSM0808_LCLS enumsMax1-0/+3
2018-11-18Update 3GPP TS 08.08 Cause handlingMax2-6/+25
2018-11-16gsm29118: add value strings for SGSAP IEIPhilipp Maier2-0/+36
2018-11-02gsm48: correct apidoc for gsm48_generate_mid()Philipp Maier1-0/+1
2018-11-02Update cipher reject functionMax1-0/+1
2018-10-30gsm0808: cosmetic: rename parameter "reason" to "cause"Philipp Maier1-3/+3
2018-10-30gsm0808: fix doxygen apidocPhilipp Maier1-1/+1
2018-10-28gsm23003: Add MME domain name related helper functionsHarald Welte2-0/+92
2018-10-21libosmogsm/gsup.c: fix error code in osmo_gsup_encode()Vadim Yanitskiy1-1/+1
2018-10-21SGsAP protocol definitions (header + C file)Harald Welte3-1/+134
2018-10-16gsm0808: allow decoding of zero length speech codec lists.Philipp Maier1-10/+0
2018-09-25gsm0808: add function to convert AMR S15-S0 to gsm0408 settingsPhilipp Maier2-0/+42
2018-09-21gsm0808_utils: constify parameterPhilipp Maier1-1/+1
2018-09-19gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2-0/+44
2018-09-16Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"Neels Hofmeyr2-44/+0
2018-09-14gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2-0/+44
2018-09-13gsm0808: implement BSSMAP Classmark RequestNeels Hofmeyr2-0/+14
2018-09-02Add CC_CAUSE value_string arrayKeith2-0/+55
2018-08-29properly handle mandatory cli param of gsm0808_create_paging2Stefan Sperling1-5/+4
2018-08-28gsm0808: inter-bsc HO messages: add missing BSSMAP header, x4Neels Hofmeyr1-0/+12
2018-08-22ipa: Document ipa_msg_recv* functionsPau Espin Pedrol1-0/+22
2018-08-05libosmogsm: (re)introduce gsm48_push_l3hdr()Vadim Yanitskiy4-21/+38
2018-08-05gsm/gsm0480.c: use the local msgb allocatorVadim Yanitskiy1-3/+3
2018-08-05gsm/gsm0480.c: prevent NULL-pointer dereferenceVadim Yanitskiy1-2/+10
2018-08-04comp128v23 (minor): update original code site and authorKévin Redon1-2/+4
2018-08-01re-introduce ipa_ccm_idtag_parse_off()Harald Welte2-3/+14
2018-08-01Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()Harald Welte2-9/+77
2018-07-30oap_client: Rename symbols with osmo_ prefixHarald Welte2-27/+27
2018-07-30import oap_client into libosmogsmHarald Welte3-1/+286
2018-07-2904.80: New gsm0480_gen_{reject,return_error}() functionsHarald Welte2-0/+66
2018-07-29USSD: Introduce gsm0480_gen_ussd_resp_7bit()Harald Welte2-1/+23
2018-07-29gsm0480: Factor out msgb allocation helper functionHarald Welte2-1/+7
2018-07-27fix strncpy bugs in gsm/ipa.cNeels Hofmeyr1-7/+6