summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gsm0808: add encoder for cause codes and use itPhilipp Maier2018-12-083-12/+43
* gsm29118: add generator functions for GSM29118 messagesPhilipp Maier2018-12-072-0/+290
* cosmetic apn: correct whitespace errorPhilipp Maier2018-12-071-1/+1
* Add osmo_sockaddr_in_to_str_and_uint()Max2018-12-071-5/+20
* Allow log_init() with NULL log_infoMax2018-12-061-10/+15
* ctrl: use #define for TRAP idMax2018-12-031-1/+1
* gsm0808: add message generator for BSSMAP HANDOVER PERFORMEDPhilipp Maier2018-12-032-0/+47
* configure.ac: check clock_gettime for glib < 2.17Alexander Couzens2018-12-031-1/+1
* Move BSSMAP_MSG_* defines to header fileMax2018-11-301-3/+0
* ctrl: print textual error on IPA parsing failureMax2018-11-261-1/+1
* Update gsm0808_create_ass() doxygenMax2018-11-221-2/+2
* gsm: Deprecate buggy gsm_arfcn2band API and introduce gsm_arfcn2band_rcPau Espin Pedrol2018-11-202-23/+49
* document unblock-ack vs. signalling in gprs_ns_process_msg()Stefan Sperling2018-11-201-0/+6
* send NS_POUT_UNBLOCK_ACK before signalling S_NS_UNBLOCKStefan Sperling2018-11-191-1/+3
* Support cipher mode reject with extended causeMax2018-11-193-0/+42
* Move msgb_push helpers to public headerMax2018-11-191-39/+10
* gsm48: gsm48_decode_freq_list: Improve documentation of paramter fPau Espin Pedrol2018-11-181-1/+1
* Update GSM0808_LCLS enumsMax2018-11-181-0/+3
* Update 3GPP TS 08.08 Cause handlingMax2018-11-182-6/+25
* fsm: fix apidoc of osmo_fsm_state_name()Philipp Maier2018-11-161-1/+1
* gsm29118: add value strings for SGSAP IEIPhilipp Maier2018-11-162-0/+36
* socket.c: fix IP and port buffer sizesOliver Smith2018-11-061-4/+4
* gsm48: correct apidoc for gsm48_generate_mid()Philipp Maier2018-11-021-0/+1
* Update cipher reject functionMax2018-11-021-0/+1
* gsm0808: cosmetic: rename parameter "reason" to "cause"Philipp Maier2018-10-301-3/+3
* gsm0808: fix doxygen apidocPhilipp Maier2018-10-301-1/+1
* make 'show rate-counters' show group indexStefan Sperling2018-10-291-1/+1
* stop printing group description in vty_out_rate_ctr_group_fmt()Stefan Sperling2018-10-292-3/+1
* gsm23003: Add MME domain name related helper functionsHarald Welte2018-10-282-0/+92
* add osmo_sock_get_{local,remote}_ip{,_port}()Oliver Smith2018-10-261-25/+86
* cosmetic: fix typo (soocket -> socket)Oliver Smith2018-10-251-1/+1
* stats_statsd: Send all stat_items as gaugesDaniel Willmann2018-10-241-11/+8
* vty: adjust telnet logMax2018-10-241-1/+1
* libosmogsm/gsup.c: fix error code in osmo_gsup_encode()Vadim Yanitskiy2018-10-211-1/+1
* SGsAP protocol definitions (header + C file)Harald Welte2018-10-213-1/+134
* vty.c: Set vty->fd to -1 after closing the FDHarald Welte2018-10-211-1/+3
* telnet_interface: avoid double-close of fd()Harald Welte2018-10-211-1/+1
* timerfd_create(): Fix error handling of osmo_fd_register()Harald Welte2018-10-211-1/+8
* gsm0808: allow decoding of zero length speech codec lists.Philipp Maier2018-10-161-10/+0
* add support for ipaccess messages on the ctrl interfaceStefan Sperling2018-10-151-5/+29
* fix error handling gprs_ns_nsip_listen()Stefan Sperling2018-10-101-1/+4
* vty logging: fix crash when missing 'logging enable'Neels Hofmeyr2018-10-011-0/+8
* ensure unix socket paths are NUL-terminated for bind/connectStefan Sperling2018-09-261-7/+5
* logging_vty: Ensure writing well-formed config filesHarald Welte2018-09-251-9/+9
* gsm0808: add function to convert AMR S15-S0 to gsm0408 settingsPhilipp Maier2018-09-252-0/+42
* vty: omit HIDDEN from vty referenceNeels Hofmeyr2018-09-241-2/+2
* vty list: fix deprecation/hidden bit logicNeels Hofmeyr2018-09-241-2/+1
* vty reference: fix deprecation bit evaluationNeels Hofmeyr2018-09-241-2/+2
* gsm0808_utils: constify parameterPhilipp Maier2018-09-211-1/+1
* gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2018-09-192-0/+44