aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Update gsm0808_create_ass() doxygenMax1-2/+2
2018-11-20gsm: Deprecate buggy gsm_arfcn2band API and introduce gsm_arfcn2band_rcPau Espin Pedrol2-23/+49
2018-11-20document unblock-ack vs. signalling in gprs_ns_process_msg()Stefan Sperling1-0/+6
2018-11-19send NS_POUT_UNBLOCK_ACK before signalling S_NS_UNBLOCKStefan Sperling1-1/+3
2018-11-19Support cipher mode reject with extended causeMax3-0/+42
2018-11-19Move msgb_push helpers to public headerMax1-39/+10
2018-11-18gsm48: gsm48_decode_freq_list: Improve documentation of paramter fPau Espin Pedrol1-1/+1
2018-11-18Update GSM0808_LCLS enumsMax1-0/+3
2018-11-18Update 3GPP TS 08.08 Cause handlingMax2-6/+25
2018-11-16fsm: fix apidoc of osmo_fsm_state_name()Philipp Maier1-1/+1
2018-11-16gsm29118: add value strings for SGSAP IEIPhilipp Maier2-0/+36
2018-11-06socket.c: fix IP and port buffer sizesOliver Smith1-4/+4
2018-11-02gsm48: correct apidoc for gsm48_generate_mid()Philipp Maier1-0/+1
2018-11-02Update cipher reject functionMax1-0/+1
2018-10-30gsm0808: cosmetic: rename parameter "reason" to "cause"Philipp Maier1-3/+3
2018-10-30gsm0808: fix doxygen apidocPhilipp Maier1-1/+1
2018-10-29make 'show rate-counters' show group indexStefan Sperling1-1/+1
2018-10-29stop printing group description in vty_out_rate_ctr_group_fmt()Stefan Sperling2-3/+1
2018-10-28gsm23003: Add MME domain name related helper functionsHarald Welte2-0/+92
2018-10-26add osmo_sock_get_{local,remote}_ip{,_port}()Oliver Smith1-25/+86
2018-10-25cosmetic: fix typo (soocket -> socket)Oliver Smith1-1/+1
2018-10-24stats_statsd: Send all stat_items as gaugesDaniel Willmann1-11/+8
2018-10-24vty: adjust telnet logMax1-1/+1
2018-10-21libosmogsm/gsup.c: fix error code in osmo_gsup_encode()Vadim Yanitskiy1-1/+1
2018-10-21SGsAP protocol definitions (header + C file)Harald Welte3-1/+134
2018-10-21vty.c: Set vty->fd to -1 after closing the FDHarald Welte1-1/+3
2018-10-21telnet_interface: avoid double-close of fd()Harald Welte1-1/+1
2018-10-21timerfd_create(): Fix error handling of osmo_fd_register()Harald Welte1-1/+8
2018-10-16gsm0808: allow decoding of zero length speech codec lists.Philipp Maier1-10/+0
2018-10-15add support for ipaccess messages on the ctrl interfaceStefan Sperling1-5/+29
2018-10-10fix error handling gprs_ns_nsip_listen()Stefan Sperling1-1/+4
2018-10-01vty logging: fix crash when missing 'logging enable'Neels Hofmeyr1-0/+8
2018-09-26ensure unix socket paths are NUL-terminated for bind/connectStefan Sperling1-7/+5
2018-09-25logging_vty: Ensure writing well-formed config filesHarald Welte1-9/+9
2018-09-25gsm0808: add function to convert AMR S15-S0 to gsm0408 settingsPhilipp Maier2-0/+42
2018-09-24vty: omit HIDDEN from vty referenceNeels Hofmeyr1-2/+2
2018-09-24vty list: fix deprecation/hidden bit logicNeels Hofmeyr1-2/+1
2018-09-24vty reference: fix deprecation bit evaluationNeels Hofmeyr1-2/+2
2018-09-21gsm0808_utils: constify parameterPhilipp Maier1-1/+1
2018-09-19gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2-0/+44
2018-09-16logging vty: add 'logging level set-all <level>'Neels Hofmeyr1-0/+24
2018-09-16Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"Neels Hofmeyr2-44/+0
2018-09-14gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2-0/+44
2018-09-13logging vty: deprecate 'all', introduce 'force-all'Neels Hofmeyr1-20/+57
2018-09-13logging vty: write: check logging levels validityNeels Hofmeyr2-8/+24
2018-09-13logging vty: deprecate the 'everything' keywordNeels Hofmeyr2-13/+22
2018-09-13logging vty: rewrite 'logging level' vty cmd generationNeels Hofmeyr2-167/+64
2018-09-13gsm0808: implement BSSMAP Classmark RequestNeels Hofmeyr2-0/+14
2018-09-07add osmo_str_tolower() and _toupper() with testNeels Hofmeyr2-7/+90
2018-09-07api doc: fix osmo_quote_str_*Neels Hofmeyr1-2/+8