summaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm
Commit message (Expand)AuthorAgeFilesLines
* gsm_08_58.h: Introduce struct abis_rsl_chan_nrPau Espin Pedrol2018-10-211-3/+32
* gsm_08_58.h: Introduce struct abis_rsl_link_idPau Espin Pedrol2018-10-101-1/+24
* gsm0808: add function to convert AMR S15-S0 to gsm0408 settingsPhilipp Maier2018-09-251-0/+1
* gsm_utils: add function to get value strings for gsm48_chan_modePhilipp Maier2018-09-251-0/+2
* gsm0808_utils: constify parameterPhilipp Maier2018-09-211-1/+1
* gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2018-09-192-0/+15
* Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"Neels Hofmeyr2018-09-162-15/+0
* gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2018-09-142-0/+15
* gsm0808: fix wrong codec defaults for OFR_AMR_WBPhilipp Maier2018-09-141-1/+1
* gsm0808: implement BSSMAP Classmark RequestNeels Hofmeyr2018-09-131-0/+1
* Add RSPRO support to IPA and logging definitionsHarald Welte2018-09-031-0/+1
* Add CC_CAUSE value_string arrayKeith2018-09-021-0/+4
* use __FILE__, not __BASE_FILE__Neels Hofmeyr2018-08-201-1/+1
* libosmogsm: (re)introduce gsm48_push_l3hdr()Vadim Yanitskiy2018-08-052-3/+8
* re-introduce ipa_ccm_idtag_parse_off()Harald Welte2018-08-011-3/+2
* Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()Harald Welte2018-08-011-2/+8
* oap_client: Rename symbols with osmo_ prefixHarald Welte2018-07-301-14/+14
* import oap_client into libosmogsmHarald Welte2018-07-301-0/+82
* 04.80: New gsm0480_gen_{reject,return_error}() functionsHarald Welte2018-07-291-0/+2
* USSD: Introduce gsm0480_gen_ussd_resp_7bit()Harald Welte2018-07-291-0/+1
* gsm0480: Factor out msgb allocation helper functionHarald Welte2018-07-291-0/+2
* gsm0808: Add value_string for encryption algorithmsPau Espin Pedrol2018-07-121-0/+1
* gsm_08_08: gsm0808_permitted_speech does not have value stringsPhilipp Maier2018-07-121-0/+4
* gsm_04_08: add function to get value stringPhilipp Maier2018-07-121-0/+2
* add and tweak inter-BSC HO APINeels Hofmeyr2018-06-182-0/+42
* gsm 04.80: Add value_string for component type and op codeHarald Welte2018-06-161-0/+10
* gsup: Add value_string for Session State IEHarald Welte2018-06-161-0/+5
* gsup: Add osmo_gsup_get_err_msg_type() functionHarald Welte2018-06-111-0/+1
* gsm/gsm0480: refactor and expose gsm0480_parse_facility_ie()Vadim Yanitskiy2018-06-111-0/+2
* gsm/gsm0480.c: introduce gsm0480_extract_ie_by_tag()Vadim Yanitskiy2018-06-111-0/+2
* fix gsm0808_permitted_speech(): don't return HR3 for TCH_F + AMRNeels Hofmeyr2018-06-071-1/+1
* tlv: Add TLVP_VAL_MINLEN() to obtain value _if_ length is >= minimumHarald Welte2018-06-021-0/+10
* gsm0808: Add value_string for LCLS related IEsHarald Welte2018-06-021-0/+15
* GSUP: introduce new messages for SS/USSD payloadsVadim Yanitskiy2018-05-311-0/+11
* GSUP: implement TCAP-like session managementVadim Yanitskiy2018-05-311-0/+21
* gsm0808: Add encoding functions for LCLS BSSMAP messagesHarald Welte2018-05-301-0/+5
* gsm_08_08.h: Add enum for LCLS config, control and statusHarald Welte2018-05-301-0/+28
* Add enum gsm48_progress_descKeith2018-05-281-0/+12
* add gsm0808_create_handover_request_ack()Neels Hofmeyr2018-05-271-0/+4
* add support for gsm0808 HANDOVER REQUIRED messageNeels Hofmeyr2018-05-272-0/+59
* add gsm0808_cell_id_to_list()Neels Hofmeyr2018-05-271-0/+1
* Add enum gsm48_cause_coding from GSM 04.08 Section 10.5.4.11Keith2018-05-261-0/+8
* mncc: properly export osmo_mncc_name()Harald Welte2018-05-241-0/+5
* fix spellingThorsten Alteholz2018-05-151-2/+2
* add gsm0808 channel enum to IE val conversion functionsNeels Hofmeyr2018-05-081-0/+107
* define a constant for the max length of called party BCD IEStefan Sperling2018-05-071-0/+1
* gsm_08_58.h: introduce RSL_IE_ERIC_PAGING_GROUPAlexander Couzens2018-04-231-0/+1
* gsm_08_58.h: Add Ericsson vendor-specific RSL message typesPau Espin Pedrol2018-04-211-0/+5
* add gsm0808_cell_{id,id_list}_name() and friendsNeels Hofmeyr2018-04-182-1/+13
* tlv: add TLV_GET() and TLV_GET_MINLEN()Neels Hofmeyr2018-04-181-0/+21