summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* gsm/gsm48.c: add call independent SS message namesVadim Yanitskiy2018-04-171-0/+12
* protocol/gsm_04_08.h: drop incorrect GSM48_PDISC_USSDVadim Yanitskiy2018-04-171-1/+0
* prevent integer underflow in ipa_ccm_make_id_resp_from_req()Harald Welte2018-04-171-1/+6
* cosmetic: log: fix typo, clarify msg for rate_ctr name manglingNeels Hofmeyr2018-04-161-2/+3
* add gsm0808_{enc,dec}_cell_idNeels Hofmeyr2018-04-132-0/+53
* add tlv_parse2(), capable of multiple instances of the same IENeels Hofmeyr2018-04-132-24/+69
* add gsm0808_cell_id_list_add() to combine two cell identifier listsNeels Hofmeyr2018-04-132-0/+80
* add osmo_cgi_name()Neels Hofmeyr2018-04-132-0/+29
* avoid warning in gsm0808_create_layer3Neels Hofmeyr2018-04-101-1/+11
* add gsm48_reject_value_namesNeels Hofmeyr2018-04-092-0/+34
* add osmo_fsm_inst_update_id_f()Neels Hofmeyr2018-04-091-22/+45
* cosmetic: osmo_fsm_inst_update_id(): don't log "allocate"Neels Hofmeyr2018-04-091-2/+3
* fsm: id: properly set name in case of NULL idNeels Hofmeyr2018-04-091-5/+3
* osmo_fsm_inst_find_by_name(): guard against strcmp(NULL)Neels Hofmeyr2018-04-091-0/+5
* add osmo_quote_str(),osmo_quote_str_buf() and testNeels Hofmeyr2018-04-091-0/+38
* fix spellingThorsten Alteholz2018-04-083-3/+3
* socket.c: osmo_sock_init: Several logic fixes and log improvementsPau Espin Pedrol2018-04-051-8/+16
* socket.c: osmo_sock_init2: connect: Several logic fixes and log improvementsPau Espin Pedrol2018-04-051-8/+17
* socket.c: osmo_sock_init2: bind: Several logic fixes and log improvementsPau Espin Pedrol2018-04-051-7/+19
* cosmetic: flatten ctrl_handle_msg()Neels Hofmeyr2018-04-051-17/+19
* ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)Neels Hofmeyr2018-04-052-0/+8
* gsm0480: drop messages with incorrect data lengthVadim Yanitskiy2018-04-041-9/+12
* gsm0480: copy the raw USSD data, its DCS and lengthVadim Yanitskiy2018-04-041-9/+17