aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add osmo_sock_get_{local,remote}_ip{,_port}()osmith/new-osmo-sock-functionsOliver Smith2018-10-262-25/+92
* 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-215-1/+304
* gsm_08_58.h: Introduce struct abis_rsl_chan_nrPau Espin Pedrol2018-10-211-3/+32
* 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
* osmo-config-merge: fclose() what we fopen()Harald Welte2018-10-211-0/+2
* gsm0808: allow decoding of zero length speech codec lists.Philipp Maier2018-10-162-10/+23
* add support for ipaccess messages on the ctrl interfaceStefan Sperling2018-10-151-5/+29
* gsm_08_58.h: Introduce struct abis_rsl_link_idPau Espin Pedrol2018-10-101-1/+24
* fix error handling gprs_ns_nsip_listen()Stefan Sperling2018-10-101-1/+4
* GSMTAP: fix typos in commentsShinjo Park2018-10-071-2/+2
* GSMTAP: add definitions for LTE NAS subtypesShinjo Park2018-10-071-0/+8
* GSMTAP: add definitions for new LTE RRC channelsShinjo Park2018-10-071-10/+25
* vty logging: fix crash when missing 'logging enable'Neels Hofmeyr2018-10-012-0/+11
* Revert "osmo-config-merge: Add manual page"Harald Welte2018-09-295-95/+1
* osmo-config-merge: Add manual pageDaniel Willmann2018-09-285-1/+95
* osmo-config-merge: Fix some small issuesDaniel Willmann2018-09-281-4/+15
* utils/osmo-config-merge: explicitly return from main()Vadim Yanitskiy2018-09-271-0/+2
* ensure unix socket paths are NUL-terminated for bind/connectStefan Sperling2018-09-261-7/+5
* osmo-config-merge: Don't use C99 'for' loop initial declarationsHarald Welte2018-09-251-2/+4
* logging_vty: Ensure writing well-formed config filesHarald Welte2018-09-252-15/+15
* Add new osmo-config-merge utilityHarald Welte2018-09-255-2/+275
* gsm0808: add function to convert AMR S15-S0 to gsm0408 settingsPhilipp Maier2018-09-255-0/+233
* gsm_utils: add function to get value strings for gsm48_chan_modePhilipp Maier2018-09-251-0/+2
* 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
* vty/command.h: document and prettify CMD_ATTR_* flagsVadim Yanitskiy2018-09-241-2/+3
* gsm0808_utils: constify parameterPhilipp Maier2018-09-212-2/+2
* gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2018-09-196-0/+482
* logging vty: add 'logging level set-all <level>'Neels Hofmeyr2018-09-162-0/+185
* Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"Neels Hofmeyr2018-09-166-480/+0
* gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2018-09-146-0/+480
* gsm0808: fix wrong codec defaults for OFR_AMR_WBPhilipp Maier2018-09-141-1/+1
* logging vty: deprecate 'all', introduce 'force-all'Neels Hofmeyr2018-09-132-34/+191
* logging vty: write: check logging levels validityNeels Hofmeyr2018-09-133-8/+25
* logging vty: deprecate the 'everything' keywordNeels Hofmeyr2018-09-133-30/+35
* logging vty: rewrite 'logging level' vty cmd generationNeels Hofmeyr2018-09-135-172/+82
* jenkins: add --enable-external-testsNeels Hofmeyr2018-09-132-1/+3
* gsm0808: implement BSSMAP Classmark RequestNeels Hofmeyr2018-09-133-0/+15
* logging vty: add VTY transcript testNeels Hofmeyr2018-09-124-1/+530
* fix tests linking: don't use system installed libsNeels Hofmeyr2018-09-111-2/+13
* add osmo_str_tolower() and _toupper() with testNeels Hofmeyr2018-09-075-9/+333
* 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