aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-16gsm 04.80: Add value_string for component type and op codeHarald Welte1-0/+10
2018-06-16gsup: Add value_string for Session State IEHarald Welte1-0/+5
2018-06-14Add function gprs_nsvc_state_appendDaniel Willmann1-0/+2
2018-06-11gsup: Add osmo_gsup_get_err_msg_type() functionHarald Welte1-0/+1
2018-06-11gsm/gsm0480: refactor and expose gsm0480_parse_facility_ie()Vadim Yanitskiy1-0/+2
2018-06-11gsm/gsm0480.c: introduce gsm0480_extract_ie_by_tag()Vadim Yanitskiy1-0/+2
2018-06-09vty: Add logging_vty_add_deprecated_subsysHarald Welte1-0/+1
2018-06-08fsm: Change semantics of LOGPFSML() log-levelHarald Welte1-1/+2
2018-06-07fix gsm0808_permitted_speech(): don't return HR3 for TCH_F + AMRNeels Hofmeyr1-1/+1
2018-06-06Add osmo_isqrt32() to compute 32bit integer square rootHarald Welte1-0/+2
2018-06-02tlv: Add TLVP_VAL_MINLEN() to obtain value _if_ length is >= minimumHarald Welte1-0/+10
2018-06-02gsm0808: Add value_string for LCLS related IEsHarald Welte1-0/+15
2018-05-31add osmo_fsm_inst_state_chg_keep_timer()Neels Hofmeyr1-0/+15
2018-05-31GSUP: introduce new messages for SS/USSD payloadsVadim Yanitskiy1-0/+11
2018-05-31GSUP: implement TCAP-like session managementVadim Yanitskiy1-0/+21
2018-05-30gsm0808: Add encoding functions for LCLS BSSMAP messagesHarald Welte1-0/+5
2018-05-30gsm_08_08.h: Add enum for LCLS config, control and statusHarald Welte1-0/+28
2018-05-29ports.h: Add ctrl port for osmo-gbproxyDaniel Willmann2-1/+2
2018-05-28Add enum gsm48_progress_descKeith1-0/+12
2018-05-27add gsm0808_create_handover_request_ack()Neels Hofmeyr1-0/+4
2018-05-27add support for gsm0808 HANDOVER REQUIRED messageNeels Hofmeyr2-0/+59
2018-05-27add gsm0808_cell_id_to_list()Neels Hofmeyr1-0/+1
2018-05-26ctrl: Add doxygen API documentation; generate html from itHarald Welte1-6/+77
2018-05-26Add enum gsm48_cause_coding from GSM 04.08 Section 10.5.4.11Keith1-0/+8
2018-05-24introduce vty_out_rate_ctr_group_fmt() functionStefan Sperling1-0/+2
2018-05-24mncc: properly export osmo_mncc_name()Harald Welte1-0/+5
2018-05-15fix spellingThorsten Alteholz1-2/+2
2018-05-11isdnhdlc: Port from kernel to userspaceHarald Welte2-23/+26
2018-05-11import isdn4linux HDLC code from linux kernelHarald Welte1-0/+82
2018-05-10Add osmo_timerfd_* functions for osmo_fd-wrapped timerfdHarald Welte1-0/+7
2018-05-08add gsm0808 channel enum to IE val conversion functionsNeels Hofmeyr1-0/+107
2018-05-07define a constant for the max length of called party BCD IEStefan Sperling1-0/+1
2018-05-04control_if: Avoid heap-use-after-free in osmo_wqueue_bfd_cbPau Espin Pedrol1-3/+3
2018-04-23gsm_08_58.h: introduce RSL_IE_ERIC_PAGING_GROUPAlexander Couzens1-0/+1
2018-04-21gsm_08_58.h: Add Ericsson vendor-specific RSL message typesPau Espin Pedrol1-0/+5
2018-04-18add gsm0808_cell_{id,id_list}_name() and friendsNeels Hofmeyr2-1/+13
2018-04-18tlv: add TLV_GET() and TLV_GET_MINLEN()Neels Hofmeyr1-0/+21
2018-04-17protocol/gsm_04_08.h: drop incorrect GSM48_PDISC_USSDVadim Yanitskiy1-1/+0
2018-04-13add gsm0808_{enc,dec}_cell_idNeels Hofmeyr1-12/+21
2018-04-13add tlv_parse2(), capable of multiple instances of the same IENeels Hofmeyr1-0/+3