aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-27Bump version: 0.11.0.91-9d4a3-dirty → 0.12.00.12.0Pau Espin Pedrol1-1/+1
2018-07-12gsm0808: Add value_string for encryption algorithmsPau Espin Pedrol2-0/+13
2018-07-12gsm_08_08: gsm0808_permitted_speech does not have value stringsPhilipp Maier2-0/+15
2018-07-02Don't enforce Python 2 for utilitiesVadim Yanitskiy1-1/+1
2018-06-28Don't call abort() directly, always use osmo_panic()Harald Welte1-1/+1
2018-06-18add and tweak inter-BSC HO APINeels Hofmeyr2-2/+87
2018-06-18gsm: lapdm.c: Add missing new line char in notice log stringPau Espin Pedrol1-1/+1
2018-06-16gsm 04.80: Add value_string for component type and op codeHarald Welte2-0/+34
2018-06-16gsup: Add value_string for Session State IEHarald Welte2-0/+9
2018-06-11gsup: Add osmo_gsup_get_err_msg_type() functionHarald Welte2-0/+24
2018-06-11gsm/gsm0480: refactor and expose gsm0480_parse_facility_ie()Vadim Yanitskiy2-16/+31
2018-06-11gsm/gsm0480.c: introduce gsm0480_extract_ie_by_tag()Vadim Yanitskiy2-0/+89
2018-06-02gsm0808: Add value_string for LCLS related IEsHarald Welte2-0/+36
2018-05-31GSUP: introduce new messages for SS/USSD payloadsVadim Yanitskiy1-0/+15
2018-05-31GSUP: implement TCAP-like session managementVadim Yanitskiy1-0/+16
2018-05-30gsm0808: Add encoding functions for LCLS BSSMAP messagesHarald Welte2-0/+63
2018-05-29gsm0480: fix: don't overwrite the data of RELEASE_COMPLETEVadim Yanitskiy1-2/+6
2018-05-27add gsm0808_create_handover_request_ack()Neels Hofmeyr2-0/+26
2018-05-27add support for gsm0808 HANDOVER REQUIRED messageNeels Hofmeyr2-0/+71
2018-05-27add gsm0808_cell_id_to_list()Neels Hofmeyr2-0/+32
2018-05-24mncc: properly export osmo_mncc_name()Harald Welte2-4/+1
2018-05-17gsm: kasumi: Fix dynamic-stack-buffer-overflow on out buffers not multiple of...Pau Espin Pedrol1-1/+10
2018-05-15fix spellingThorsten Alteholz1-2/+2
2018-05-09lapdm: don't enforce contention resolution on SAPI0/DCCHHarald Welte1-5/+2
2018-05-08lapdm: send_rslms_rll_l3_ui(): Don't include B4/SACCH IE unless neededHarald Welte1-3/+5
2018-05-08lapdm: cleanup: send_rslms_rll_l3_ui(): Use msgb_tv_push()Harald Welte1-9/+5
2018-05-08add gsm0808 channel enum to IE val conversion functionsNeels Hofmeyr2-0/+10
2018-05-08lapdm: Implement SABM related constraintsHarald Welte1-0/+45
2018-05-04lapdm: Fix back-pointer from lapdm_entity to lapdm_channelHarald Welte1-0/+2