aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-26add osmo_sock_get_{local,remote}_ip{,_port}()osmith/new-osmo-sock-functionsOliver Smith2-25/+92
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 Welte5-1/+304
2018-10-21gsm_08_58.h: Introduce struct abis_rsl_chan_nrPau Espin Pedrol1-3/+32
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-21osmo-config-merge: fclose() what we fopen()Harald Welte1-0/+2
2018-10-16gsm0808: allow decoding of zero length speech codec lists.Philipp Maier2-10/+23
2018-10-15add support for ipaccess messages on the ctrl interfaceStefan Sperling1-5/+29
2018-10-10gsm_08_58.h: Introduce struct abis_rsl_link_idPau Espin Pedrol1-1/+24
2018-10-10fix error handling gprs_ns_nsip_listen()Stefan Sperling1-1/+4
2018-10-07GSMTAP: fix typos in commentsShinjo Park1-2/+2
2018-10-07GSMTAP: add definitions for LTE NAS subtypesShinjo Park1-0/+8
2018-10-07GSMTAP: add definitions for new LTE RRC channelsShinjo Park1-10/+25
2018-10-01vty logging: fix crash when missing 'logging enable'Neels Hofmeyr2-0/+11
2018-09-29Revert "osmo-config-merge: Add manual page"Harald Welte5-95/+1
2018-09-28osmo-config-merge: Add manual pageDaniel Willmann5-1/+95
2018-09-28osmo-config-merge: Fix some small issuesDaniel Willmann1-4/+15
2018-09-27utils/osmo-config-merge: explicitly return from main()Vadim Yanitskiy1-0/+2
2018-09-26ensure unix socket paths are NUL-terminated for bind/connectStefan Sperling1-7/+5
2018-09-25osmo-config-merge: Don't use C99 'for' loop initial declarationsHarald Welte1-2/+4
2018-09-25logging_vty: Ensure writing well-formed config filesHarald Welte2-15/+15
2018-09-25Add new osmo-config-merge utilityHarald Welte5-2/+275
2018-09-25gsm0808: add function to convert AMR S15-S0 to gsm0408 settingsPhilipp Maier5-0/+233
2018-09-25gsm_utils: add function to get value strings for gsm48_chan_modePhilipp Maier1-0/+2
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-24vty/command.h: document and prettify CMD_ATTR_* flagsVadim Yanitskiy1-2/+3
2018-09-21gsm0808_utils: constify parameterPhilipp Maier2-2/+2
2018-09-19gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier6-0/+482
2018-09-16logging vty: add 'logging level set-all <level>'Neels Hofmeyr2-0/+185
2018-09-16Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"Neels Hofmeyr6-480/+0
2018-09-14gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier6-0/+480
2018-09-14gsm0808: fix wrong codec defaults for OFR_AMR_WBPhilipp Maier1-1/+1
2018-09-13logging vty: deprecate 'all', introduce 'force-all'Neels Hofmeyr2-34/+191
2018-09-13logging vty: write: check logging levels validityNeels Hofmeyr3-8/+25
2018-09-13logging vty: deprecate the 'everything' keywordNeels Hofmeyr3-30/+35
2018-09-13logging vty: rewrite 'logging level' vty cmd generationNeels Hofmeyr5-172/+82
2018-09-13jenkins: add --enable-external-testsNeels Hofmeyr2-1/+3
2018-09-13gsm0808: implement BSSMAP Classmark RequestNeels Hofmeyr3-0/+15
2018-09-12logging vty: add VTY transcript testNeels Hofmeyr4-1/+530
2018-09-11fix tests linking: don't use system installed libsNeels Hofmeyr1-2/+13
2018-09-07add osmo_str_tolower() and _toupper() with testNeels Hofmeyr5-9/+333
2018-09-07api doc: fix osmo_quote_str_*Neels Hofmeyr1-2/+8
2018-09-05coding: Always initialize bit counters in gsm0503_pdtch_egprs_decode().Alexander Chemeris1-0/+5