aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-05coding: Correctly count bits when decoding EDGE bursts with MCS >= 7.Alexander Chemeris1-1/+8
2018-09-05core/utils.h: move includes to the topVadim Yanitskiy1-3/+2
2018-09-05core/utils.h: drop duplicate '<stdbool.h>' includeVadim Yanitskiy1-1/+0
2018-09-03Add RSPRO support to IPA and logging definitionsHarald Welte2-1/+3
2018-09-02Add CC_CAUSE value_string arrayKeith3-0/+59
2018-08-30osmo-release.sh: Add checks to help avoid libversion debian major mismatchPau Espin Pedrol1-2/+39
2018-08-30osmo-release.sh: Allow forcing release without LIBVERSION bumpPau Espin Pedrol1-2/+5
2018-08-30osmo-release.sh: Add quotes to string to fix shellcheck warningPau Espin Pedrol1-1/+1
2018-08-29Properly deal with sockaddr_un socket path length limitations.Stefan Sperling1-4/+11
2018-08-29properly handle mandatory cli param of gsm0808_create_paging2Stefan Sperling1-5/+4
2018-08-28gsm0808: inter-bsc HO messages: add missing BSSMAP header, x4Neels Hofmeyr1-0/+12
2018-08-27log: add 'last' option to 'logging print file'Neels Hofmeyr3-8/+62
2018-08-24gsmtap_util: make sure SO_REUSEADDR is applied for GSMTAPPhilipp Maier1-1/+3
2018-08-23socket: add flag to enforce SO_REUSEADDR on UDP socketsPhilipp Maier2-3/+5
2018-08-22ipa: Document ipa_msg_recv* functionsPau Espin Pedrol1-0/+22
2018-08-20use __FILE__, not __BASE_FILE__Neels Hofmeyr5-15/+15
2018-08-20vty: Makefile: Fix LIBVERSION typo introduced in 0.12.0 releasePau Espin Pedrol1-1/+1