summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix embedded (arm-none-eabi) buildsHarald Welte2018-06-284-0/+26
* return error to sender upon bssgp_tlv_parse() failureStefan Sperling2018-06-251-0/+2
* check bssgp_tlv_parse() return code in bssgp_rcvmsg()Stefan Sperling2018-06-251-0/+5
* add and tweak inter-BSC HO APINeels Hofmeyr2018-06-182-2/+87
* gsm: lapdm.c: Add missing new line char in notice log stringPau Espin Pedrol2018-06-181-1/+1
* gsm 04.80: Add value_string for component type and op codeHarald Welte2018-06-162-0/+34
* gsup: Add value_string for Session State IEHarald Welte2018-06-162-0/+9
* Add function gprs_nsvc_state_appendDaniel Willmann2018-06-142-0/+23
* gsup: Add osmo_gsup_get_err_msg_type() functionHarald Welte2018-06-112-0/+24
* gsm/gsm0480: refactor and expose gsm0480_parse_facility_ie()Vadim Yanitskiy2018-06-112-16/+31
* gsm/gsm0480.c: introduce gsm0480_extract_ie_by_tag()Vadim Yanitskiy2018-06-112-0/+89
* vty: Add logging_vty_add_deprecated_subsysHarald Welte2018-06-091-0/+21
* vty: Don't dump deprecated commands in XML exportHarald Welte2018-06-091-2/+4
* Add osmo_isqrt32() to compute 32bit integer square rootHarald Welte2018-06-061-0/+40
* gsm0808: Add value_string for LCLS related IEsHarald Welte2018-06-022-0/+36
* add osmo_fsm_inst_state_chg_keep_timer()Neels Hofmeyr2018-05-311-30/+64
* GSUP: introduce new messages for SS/USSD payloadsVadim Yanitskiy2018-05-311-0/+15
* GSUP: implement TCAP-like session managementVadim Yanitskiy2018-05-311-0/+16
* gsm0808: Add encoding functions for LCLS BSSMAP messagesHarald Welte2018-05-302-0/+63
* gsm0480: fix: don't overwrite the data of RELEASE_COMPLETEVadim Yanitskiy2018-05-291-2/+6
* add gsm0808_create_handover_request_ack()Neels Hofmeyr2018-05-272-0/+26
* add support for gsm0808 HANDOVER REQUIRED messageNeels Hofmeyr2018-05-272-0/+71
* add gsm0808_cell_id_to_list()Neels Hofmeyr2018-05-272-0/+32
* ctrl: Add doxygen API documentation; generate html from itHarald Welte2018-05-262-4/+67
* ctrl: Introduce libosmoctrl.map to avoid unintended exportsHarald Welte2018-05-262-0/+36
* cosmetic: Whitespace fixes in control_if.cHarald Welte2018-05-261-3/+3
* remove unused argument from pad_append_ctr() helper functionStefan Sperling2018-05-251-7/+7
* Add a 'show rate-counters' VTY command.Stefan Sperling2018-05-241-0/+17
* introduce vty_out_rate_ctr_group_fmt() functionStefan Sperling2018-05-241-0/+136
* mncc: properly export osmo_mncc_name()Harald Welte2018-05-242-4/+1
* gsm: kasumi: Fix dynamic-stack-buffer-overflow on out buffers not multiple of...Pau Espin Pedrol2018-05-171-1/+10
* fix spellingThorsten Alteholz2018-05-151-2/+2
* fsm: guard action callbackPhilipp Maier2018-05-151-1/+3
* isdnhdlc: Port from kernel to userspaceHarald Welte2018-05-112-61/+49
* import isdn4linux HDLC code from linux kernelHarald Welte2018-05-111-0/+630
* Add osmo_timerfd_* functions for osmo_fd-wrapped timerfdHarald Welte2018-05-101-0/+66
* lapdm: don't enforce contention resolution on SAPI0/DCCHHarald Welte2018-05-091-5/+2
* lapdm: send_rslms_rll_l3_ui(): Don't include B4/SACCH IE unless neededHarald Welte2018-05-081-3/+5
* lapdm: cleanup: send_rslms_rll_l3_ui(): Use msgb_tv_push()Harald Welte2018-05-081-9/+5
* add gsm0808 channel enum to IE val conversion functionsNeels Hofmeyr2018-05-082-0/+10
* lapdm: Implement SABM related constraintsHarald Welte2018-05-081-0/+45
* lapdm: Fix back-pointer from lapdm_entity to lapdm_channelHarald Welte2018-05-041-0/+2
* configure: Check separately for lib implementing dlopen and dlsymPau Espin Pedrol2018-05-041-1/+1
* control_if: Avoid heap-use-after-free in osmo_wqueue_bfd_cbPau Espin Pedrol2018-05-041-19/+22
* Bump version: 0.10.2.284-bc47-dirty → 0.11.0Pau Espin Pedrol2018-05-036-6/+6
* gsm_utils: call gnutls_global_init() as constructorAlexander Couzens2018-05-021-0/+19
* RSL/LAPDm: Not all RLL message are "transparent"Harald Welte2018-04-191-3/+21
* osmo_sockaddr_is_local: Fix memleakPau Espin Pedrol2018-04-181-1/+4
* osmo_get_macaddr: Fix buffer read out of boundsPau Espin Pedrol2018-04-181-2/+7
* add gsm0808_cell_{id,id_list}_name() and friendsNeels Hofmeyr2018-04-182-0/+149