aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-10-30gsm0808: cosmetic: rename parameter "reason" to "cause"Philipp Maier1-1/+1
2018-10-28gsm23003: Add MME domain name related helper functionsHarald Welte2-0/+13
2018-10-26add osmo_sock_get_{local,remote}_ip{,_port}()Oliver Smith1-0/+6
2018-10-21SGsAP protocol definitions (header + C file)Harald Welte2-0/+170
2018-10-21gsm_08_58.h: Introduce struct abis_rsl_chan_nrPau Espin Pedrol1-3/+32
2018-10-10gsm_08_58.h: Introduce struct abis_rsl_link_idPau Espin Pedrol1-1/+24
2018-10-07GSMTAP: fix typos in commentsShinjo Park1-2/+2
2018-10-07GSMTAP: add definitions for LTE NAS subtypesShinjo Park1-0/+8
2018-10-07GSMTAP: add definitions for new LTE RRC channelsShinjo Park1-10/+25
2018-09-25gsm0808: add function to convert AMR S15-S0 to gsm0408 settingsPhilipp Maier1-0/+1
2018-09-25gsm_utils: add function to get value strings for gsm48_chan_modePhilipp Maier1-0/+2
2018-09-24vty/command.h: document and prettify CMD_ATTR_* flagsVadim Yanitskiy1-2/+3
2018-09-21gsm0808_utils: constify parameterPhilipp Maier1-1/+1
2018-09-19gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2-0/+15
2018-09-16Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"Neels Hofmeyr2-15/+0
2018-09-14gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2-0/+15
2018-09-14gsm0808: fix wrong codec defaults for OFR_AMR_WBPhilipp Maier1-1/+1
2018-09-13logging vty: write: check logging levels validityNeels Hofmeyr1-0/+1
2018-09-13logging vty: rewrite 'logging level' vty cmd generationNeels Hofmeyr3-5/+18
2018-09-13gsm0808: implement BSSMAP Classmark RequestNeels Hofmeyr1-0/+1
2018-09-07add osmo_str_tolower() and _toupper() with testNeels Hofmeyr1-2/+13
2018-09-05core/utils.h: move includes to the topVadim Yanitskiy1-3/+2
2018-09-05core/utils.h: drop duplicate '<stdbool.h>' includeVadim Yanitskiy1-1/+0
2018-09-03Add RSPRO support to IPA and logging definitionsHarald Welte2-1/+3
2018-09-02Add CC_CAUSE value_string arrayKeith1-0/+4
2018-08-27log: add 'last' option to 'logging print file'Neels Hofmeyr1-0/+9
2018-08-23socket: add flag to enforce SO_REUSEADDR on UDP socketsPhilipp Maier1-0/+2
2018-08-20use __FILE__, not __BASE_FILE__Neels Hofmeyr4-13/+13
2018-08-17msgb: Introduce msgb_{de,en}queue_count APIsPau Espin Pedrol1-0/+34
2018-08-16signal: Introduce API osmo_signal_talloc_ctx_initPau Espin Pedrol1-0/+1
2018-08-10bssgp: introduce flush queue functionsAlexander Couzens1-0/+3
2018-08-05libosmogsm: (re)introduce gsm48_push_l3hdr()Vadim Yanitskiy2-3/+8
2018-08-01re-introduce ipa_ccm_idtag_parse_off()Harald Welte1-3/+2
2018-08-01Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()Harald Welte1-2/+8
2018-07-30oap_client: Rename symbols with osmo_ prefixHarald Welte1-14/+14
2018-07-30import oap_client into libosmogsmHarald Welte2-0/+83
2018-07-2904.80: New gsm0480_gen_{reject,return_error}() functionsHarald Welte1-0/+2
2018-07-29USSD: Introduce gsm0480_gen_ussd_resp_7bit()Harald Welte1-0/+1
2018-07-29gsm0480: Factor out msgb allocation helper functionHarald Welte1-0/+2
2018-07-27GSMTAP: add SIM sub_typesKévin Redon1-1/+13
2018-07-22gprs_ns.h: Declare gprs_ns_cause_str() which already existed in c fileHarald Welte1-0/+1
2018-07-20add osmo_sockaddr_to_str_and_uint()Neels Hofmeyr1-0/+3
2018-07-16ctrl: Introduce ctrl_cmd_parse3 APIPau Espin Pedrol1-0/+1
2018-07-12gsm0808: Add value_string for encryption algorithmsPau Espin Pedrol1-0/+1
2018-07-12gsm_08_08: gsm0808_permitted_speech does not have value stringsPhilipp Maier1-0/+4
2018-07-12gsm_04_08: add function to get value stringPhilipp Maier1-0/+2
2018-07-02Don't enforce Python 2 for utilitiesVadim Yanitskiy1-1/+1
2018-06-29osmo_panic(): Annotate as __attribute__ ((noreturn))Harald Welte1-1/+1
2018-06-28Don't call abort() directly, always use osmo_panic()Harald Welte1-3/+2
2018-06-18add and tweak inter-BSC HO APINeels Hofmeyr2-0/+42