summaryrefslogtreecommitdiffstats
path: root/src/gsm
Commit message (Expand)AuthorAgeFilesLines
* fix strncpy bugs in gsm/ipa.cNeels Hofmeyr2018-07-271-7/+6
* Bump version: 0.11.0.91-9d4a3-dirty → 0.12.0Pau Espin Pedrol2018-07-271-1/+1
* gsm0808: Add value_string for encryption algorithmsPau Espin Pedrol2018-07-122-0/+13
* gsm_08_08: gsm0808_permitted_speech does not have value stringsPhilipp Maier2018-07-122-0/+15
* Don't enforce Python 2 for utilitiesVadim Yanitskiy2018-07-021-1/+1
* Don't call abort() directly, always use osmo_panic()Harald Welte2018-06-281-1/+1
* add and tweak inter-BSC HO APINeels Hofmeyr2018-06-182-2/+87
* gsm: lapdm.c: Add missing new line char in notice log stringPau Espin Pedrol2018-06-181-1/+1
* gsm 04.80: Add value_string for component type and op codeHarald Welte2018-06-162-0/+34
* gsup: Add value_string for Session State IEHarald Welte2018-06-162-0/+9
* gsup: Add osmo_gsup_get_err_msg_type() functionHarald Welte2018-06-112-0/+24
* gsm/gsm0480: refactor and expose gsm0480_parse_facility_ie()Vadim Yanitskiy2018-06-112-16/+31
* gsm/gsm0480.c: introduce gsm0480_extract_ie_by_tag()Vadim Yanitskiy2018-06-112-0/+89
* gsm0808: Add value_string for LCLS related IEsHarald Welte2018-06-022-0/+36
* GSUP: introduce new messages for SS/USSD payloadsVadim Yanitskiy2018-05-311-0/+15
* GSUP: implement TCAP-like session managementVadim Yanitskiy2018-05-311-0/+16
* gsm0808: Add encoding functions for LCLS BSSMAP messagesHarald Welte2018-05-302-0/+63
* gsm0480: fix: don't overwrite the data of RELEASE_COMPLETEVadim Yanitskiy2018-05-291-2/+6
* add gsm0808_create_handover_request_ack()Neels Hofmeyr2018-05-272-0/+26
* add support for gsm0808 HANDOVER REQUIRED messageNeels Hofmeyr2018-05-272-0/+71
* add gsm0808_cell_id_to_list()Neels Hofmeyr2018-05-272-0/+32
* mncc: properly export osmo_mncc_name()Harald Welte2018-05-242-4/+1
* gsm: kasumi: Fix dynamic-stack-buffer-overflow on out buffers not multiple of...Pau Espin Pedrol2018-05-171-1/+10
* fix spellingThorsten Alteholz2018-05-151-2/+2
* lapdm: don't enforce contention resolution on SAPI0/DCCHHarald Welte2018-05-091-5/+2
* lapdm: send_rslms_rll_l3_ui(): Don't include B4/SACCH IE unless neededHarald Welte2018-05-081-3/+5
* lapdm: cleanup: send_rslms_rll_l3_ui(): Use msgb_tv_push()Harald Welte2018-05-081-9/+5
* add gsm0808 channel enum to IE val conversion functionsNeels Hofmeyr2018-05-082-0/+10
* lapdm: Implement SABM related constraintsHarald Welte2018-05-081-0/+45
* lapdm: Fix back-pointer from lapdm_entity to lapdm_channelHarald Welte2018-05-041-0/+2
* gsm_utils: call gnutls_global_init() as constructorAlexander Couzens2018-05-021-0/+19
* RSL/LAPDm: Not all RLL message are "transparent"Harald Welte2018-04-191-3/+21
* add gsm0808_cell_{id,id_list}_name() and friendsNeels Hofmeyr2018-04-182-0/+149
* gsm/gsm48.c: add call independent SS message namesVadim Yanitskiy2018-04-171-0/+12
* protocol/gsm_04_08.h: drop incorrect GSM48_PDISC_USSDVadim Yanitskiy2018-04-171-1/+0
* prevent integer underflow in ipa_ccm_make_id_resp_from_req()Harald Welte2018-04-171-1/+6
* add gsm0808_{enc,dec}_cell_idNeels Hofmeyr2018-04-132-0/+53
* add tlv_parse2(), capable of multiple instances of the same IENeels Hofmeyr2018-04-132-24/+69
* add gsm0808_cell_id_list_add() to combine two cell identifier listsNeels Hofmeyr2018-04-132-0/+80
* add osmo_cgi_name()Neels Hofmeyr2018-04-132-0/+29
* avoid warning in gsm0808_create_layer3Neels Hofmeyr2018-04-101-1/+11
* add gsm48_reject_value_namesNeels Hofmeyr2018-04-092-0/+34
* fix spellingThorsten Alteholz2018-04-081-1/+1
* gsm0480: drop messages with incorrect data lengthVadim Yanitskiy2018-04-041-9/+12
* gsm0480: copy the raw USSD data, its DCS and lengthVadim Yanitskiy2018-04-041-9/+17
* gsm0808: Add value strings for BSSMAP cause codesPhilipp Maier2018-03-292-0/+74
* fix gsm0808_enc_cell_id_list2 for leading-zero MNCNeels Hofmeyr2018-03-231-2/+2
* gsm_08_08: correct speech codec defaultsPhilipp Maier2018-03-231-2/+2
* abis_nm: Introduce abis_nm_dump_foh()Harald Welte2018-03-172-4/+12
* add a regression test for TLV parsing with repeated IEsStefan Sperling2018-03-161-2/+2