summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* vty/command.h: document and prettify CMD_ATTR_* flagsVadim Yanitskiy2018-09-241-2/+3
* 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
* logging vty: write: check logging levels validityNeels Hofmeyr2018-09-131-0/+1
* logging vty: rewrite 'logging level' vty cmd generationNeels Hofmeyr2018-09-133-5/+18
* gsm0808: implement BSSMAP Classmark RequestNeels Hofmeyr2018-09-131-0/+1
* add osmo_str_tolower() and _toupper() with testNeels Hofmeyr2018-09-071-2/+13
* core/utils.h: move includes to the topVadim Yanitskiy2018-09-051-3/+2
* core/utils.h: drop duplicate '<stdbool.h>' includeVadim Yanitskiy2018-09-051-1/+0
* Add RSPRO support to IPA and logging definitionsHarald Welte2018-09-032-1/+3
* Add CC_CAUSE value_string arrayKeith2018-09-021-0/+4
* log: add 'last' option to 'logging print file'Neels Hofmeyr2018-08-271-0/+9
* socket: add flag to enforce SO_REUSEADDR on UDP socketsPhilipp Maier2018-08-231-0/+2
* use __FILE__, not __BASE_FILE__Neels Hofmeyr2018-08-204-13/+13
* msgb: Introduce msgb_{de,en}queue_count APIsPau Espin Pedrol2018-08-171-0/+34
* signal: Introduce API osmo_signal_talloc_ctx_initPau Espin Pedrol2018-08-161-0/+1
* bssgp: introduce flush queue functionsAlexander Couzens2018-08-101-0/+3
* 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-302-0/+83
* 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
* GSMTAP: add SIM sub_typesKévin Redon2018-07-271-1/+13
* gprs_ns.h: Declare gprs_ns_cause_str() which already existed in c fileHarald Welte2018-07-221-0/+1
* add osmo_sockaddr_to_str_and_uint()Neels Hofmeyr2018-07-201-0/+3
* ctrl: Introduce ctrl_cmd_parse3 APIPau Espin Pedrol2018-07-161-0/+1
* 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
* Don't enforce Python 2 for utilitiesVadim Yanitskiy2018-07-021-1/+1
* osmo_panic(): Annotate as __attribute__ ((noreturn))Harald Welte2018-06-291-1/+1
* Don't call abort() directly, always use osmo_panic()Harald Welte2018-06-281-3/+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
* Add function gprs_nsvc_state_appendDaniel Willmann2018-06-141-0/+2
* 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
* vty: Add logging_vty_add_deprecated_subsysHarald Welte2018-06-091-0/+1
* fsm: Change semantics of LOGPFSML() log-levelHarald Welte2018-06-081-1/+2
* fix gsm0808_permitted_speech(): don't return HR3 for TCH_F + AMRNeels Hofmeyr2018-06-071-1/+1