aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-06-09vty: Add logging_vty_add_deprecated_subsysHarald Welte1-0/+21
2018-06-09vty: Don't dump deprecated commands in XML exportHarald Welte1-2/+4
2018-06-06Add osmo_isqrt32() to compute 32bit integer square rootHarald Welte1-0/+40
2018-06-02gsm0808: Add value_string for LCLS related IEsHarald Welte2-0/+36
2018-05-31add osmo_fsm_inst_state_chg_keep_timer()Neels Hofmeyr1-30/+64
2018-05-31GSUP: introduce new messages for SS/USSD payloadsVadim Yanitskiy1-0/+15
2018-05-31GSUP: implement TCAP-like session managementVadim Yanitskiy1-0/+16
2018-05-30gsm0808: Add encoding functions for LCLS BSSMAP messagesHarald Welte2-0/+63
2018-05-29gsm0480: fix: don't overwrite the data of RELEASE_COMPLETEVadim Yanitskiy1-2/+6
2018-05-27add gsm0808_create_handover_request_ack()Neels Hofmeyr2-0/+26
2018-05-27add support for gsm0808 HANDOVER REQUIRED messageNeels Hofmeyr2-0/+71
2018-05-27add gsm0808_cell_id_to_list()Neels Hofmeyr2-0/+32
2018-05-26ctrl: Add doxygen API documentation; generate html from itHarald Welte2-4/+67
2018-05-26ctrl: Introduce libosmoctrl.map to avoid unintended exportsHarald Welte2-0/+36
2018-05-26cosmetic: Whitespace fixes in control_if.cHarald Welte1-3/+3
2018-05-25remove unused argument from pad_append_ctr() helper functionStefan Sperling1-7/+7
2018-05-24Add a 'show rate-counters' VTY command.Stefan Sperling1-0/+17
2018-05-24introduce vty_out_rate_ctr_group_fmt() functionStefan Sperling1-0/+136
2018-05-24mncc: properly export osmo_mncc_name()Harald Welte2-4/+1
2018-05-17gsm: kasumi: Fix dynamic-stack-buffer-overflow on out buffers not multiple of...Pau Espin Pedrol1-1/+10
2018-05-15fix spellingThorsten Alteholz1-2/+2
2018-05-15fsm: guard action callbackPhilipp Maier1-1/+3
2018-05-11isdnhdlc: Port from kernel to userspaceHarald Welte2-61/+49
2018-05-11import isdn4linux HDLC code from linux kernelHarald Welte1-0/+630
2018-05-10Add osmo_timerfd_* functions for osmo_fd-wrapped timerfdHarald Welte1-0/+66
2018-05-09lapdm: don't enforce contention resolution on SAPI0/DCCHHarald Welte1-5/+2
2018-05-08lapdm: send_rslms_rll_l3_ui(): Don't include B4/SACCH IE unless neededHarald Welte1-3/+5
2018-05-08lapdm: cleanup: send_rslms_rll_l3_ui(): Use msgb_tv_push()Harald Welte1-9/+5
2018-05-08add gsm0808 channel enum to IE val conversion functionsNeels Hofmeyr2-0/+10
2018-05-08lapdm: Implement SABM related constraintsHarald Welte1-0/+45
2018-05-04lapdm: Fix back-pointer from lapdm_entity to lapdm_channelHarald Welte1-0/+2
2018-05-04configure: Check separately for lib implementing dlopen and dlsymPau Espin Pedrol1-1/+1
2018-05-04control_if: Avoid heap-use-after-free in osmo_wqueue_bfd_cbPau Espin Pedrol1-19/+22
2018-05-03Bump version: 0.10.2.284-bc47-dirty → 0.11.00.11.0Pau Espin Pedrol6-6/+6
2018-05-02gsm_utils: call gnutls_global_init() as constructorAlexander Couzens1-0/+19
2018-04-19RSL/LAPDm: Not all RLL message are "transparent"Harald Welte1-3/+21
2018-04-18osmo_sockaddr_is_local: Fix memleakPau Espin Pedrol1-1/+4
2018-04-18osmo_get_macaddr: Fix buffer read out of boundsPau Espin Pedrol1-2/+7
2018-04-18add gsm0808_cell_{id,id_list}_name() and friendsNeels Hofmeyr2-0/+149
2018-04-17gsm/gsm48.c: add call independent SS message namesVadim Yanitskiy1-0/+12
2018-04-17protocol/gsm_04_08.h: drop incorrect GSM48_PDISC_USSDVadim Yanitskiy1-1/+0
2018-04-17prevent integer underflow in ipa_ccm_make_id_resp_from_req()Harald Welte1-1/+6
2018-04-16cosmetic: log: fix typo, clarify msg for rate_ctr name manglingNeels Hofmeyr1-2/+3
2018-04-13add gsm0808_{enc,dec}_cell_idNeels Hofmeyr2-0/+53
2018-04-13add tlv_parse2(), capable of multiple instances of the same IENeels Hofmeyr2-24/+69
2018-04-13add gsm0808_cell_id_list_add() to combine two cell identifier listsNeels Hofmeyr2-0/+80
2018-04-13add osmo_cgi_name()Neels Hofmeyr2-0/+29
2018-04-10avoid warning in gsm0808_create_layer3Neels Hofmeyr1-1/+11
2018-04-09add gsm48_reject_value_namesNeels Hofmeyr2-0/+34
2018-04-09add osmo_fsm_inst_update_id_f()Neels Hofmeyr1-22/+45