aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-13add gsm0808_cell_id_list_add() to combine two cell identifier listsNeels Hofmeyr1-0/+1
2018-04-13add osmo_cgi_name()Neels Hofmeyr1-0/+2
2018-04-11msgb: msgb_pull: Abort when pulling more than avail sizePau Espin Pedrol1-0/+3
2018-04-11msgb: msgb_get: Drop unneeded tmp varPau Espin Pedrol1-2/+1
2018-04-10deprecate PLMN de-/coding functions incapable of 3-digit MNC with leading zerosNeels Hofmeyr2-7/+12
2018-04-09fix issue on big endian architectureThorsten Alteholz1-1/+1
2018-04-09add gsm48_reject_value_namesNeels Hofmeyr1-0/+4
2018-04-09add osmo_fsm_inst_update_id_f()Neels Hofmeyr1-0/+1
2018-04-09add osmo_quote_str(),osmo_quote_str_buf() and testNeels Hofmeyr1-0/+2
2018-04-05ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)Neels Hofmeyr1-0/+3
2018-04-04gsm0480: copy the raw USSD data, its DCS and lengthVadim Yanitskiy1-0/+12
2018-04-04gsm0480: document the 'ss_request' structureVadim Yanitskiy1-0/+31
2018-03-29gsm0808: Add value strings for BSSMAP cause codesPhilipp Maier1-0/+1
2018-03-28fix logging talloc ctx: add osmo_init_logging2()Neels Hofmeyr1-1/+5
2018-03-23gsm_08_08: correct speech codec defaultsPhilipp Maier1-4/+4