summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* logging vty: add 'logging level set-all <level>'Neels Hofmeyr2018-09-161-0/+24
* Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"Neels Hofmeyr2018-09-162-44/+0
* gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2018-09-142-0/+44
* logging vty: deprecate 'all', introduce 'force-all'Neels Hofmeyr2018-09-131-20/+57
* logging vty: write: check logging levels validityNeels Hofmeyr2018-09-132-8/+24
* logging vty: deprecate the 'everything' keywordNeels Hofmeyr2018-09-132-13/+22
* logging vty: rewrite 'logging level' vty cmd generationNeels Hofmeyr2018-09-132-167/+64
* gsm0808: implement BSSMAP Classmark RequestNeels Hofmeyr2018-09-132-0/+14
* add osmo_str_tolower() and _toupper() with testNeels Hofmeyr2018-09-072-7/+90
* api doc: fix osmo_quote_str_*Neels Hofmeyr2018-09-071-2/+8
* coding: Always initialize bit counters in gsm0503_pdtch_egprs_decode().Alexander Chemeris2018-09-051-0/+5