aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-01-02gsm48_ie: gsm48_decode_freq_list(): make 'cd' argument const2023q1Vadim Yanitskiy2-4/+6
2022-12-21utils/osmo-stat-dummy: check for ENABLE_UTILITIESOliver Smith1-0/+2
2022-12-20ctrl: add optional port to bind commandMax6-7/+37
2022-12-20osmo-stat-dummy: add rate counters and statsd testerMax8-0/+460
2022-12-19rate_ctr: drop rate estimation codeMax1-5/+0
2022-12-14gsm0808: use new gsm0808_enc_speech_codec[_list]2() APIVadim Yanitskiy2-29/+89
2022-12-14gsm0808: add gsm0808_enc_speech_codec[_list]2()Vadim Yanitskiy3-25/+61
2022-12-14gsm0808: remove over-defensive assert()s for function parametersVadim Yanitskiy1-29/+0
2022-12-14gsm0808: remove redundant assert() in enc_speech_codec()Vadim Yanitskiy1-1/+0
2022-12-14gsm0808: remove unneeded assignment in enc_speech_codec()Vadim Yanitskiy1-1/+1
2022-12-14gsm0808: cosmetic: switch is not a functionVadim Yanitskiy1-1/+1
2022-12-05rate_ctr: convert to timerfdMax1-12/+46
2022-12-04telnet_init_dynif: don't allow negative portMax1-0/+3
2022-12-04telnet_init_dynif: propagate errorMax1-1/+1
2022-12-04vty: fix doc typoMax1-1/+1
2022-12-04jenkins_arm.sh: disable external testsMax1-1/+0
2022-12-02gsmtap.h: Add definitions for various ISDN sub-typesHarald Welte1-0/+5
2022-11-30osmo-ns-dummy: add ctrl interfaceMax2-3/+25
2022-11-28osmo_tdef_get(): clarify API doc on val_if_not_presentNeels Hofmeyr1-1/+3
2022-11-26LAPD: move tx_hist code into static functionsMax1-20/+22
2022-11-24gsm: constify several readonly paramsPau Espin Pedrol4-5/+5
2022-11-20Add define for unset Frame NumberMax1-0/+1
2022-11-10*/Makefile.am: do not mix up AM_CFLAGS with AM_CPPFLAGSVadim Yanitskiy6-12/+13
2022-11-09Fix typos in copyright statements.Harald Welte3-3/+3
2022-11-08Add -Werror=implicit-int -Werror=int-conversion -Werror=old-style-definitionHarald Welte1-0/+1
2022-11-07vty/logging.h: Avoid -Werror=pragmas error in C++ codeHarald Welte1-0/+1
2022-11-06Disable -Wstrict-prototypes for logging_vty_add_cmds()Harald Welte1-1/+6
2022-11-04bits: fix typoPhilipp Maier1-2/+2
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte55-214/+214
2022-10-27gb/vty: Show if NSVC is blocked locally by O&M/vty or by remotearehbein4-23/+27
2022-10-26gsm0502: gsm0502_fn_remap(): use GSM_TDMA_FN_SUB() macroVadim Yanitskiy1-4/+1
2022-10-25msgb: introduce extended copy functionsMax2-10/+46
2022-10-20{gsm,gb}/Makefile.am: drop undefined $GCC_FVISIBILITY_HIDDENVadim Yanitskiy2-2/+2
2022-10-20configure.ac: fix 'AM_CONDITIONAL(ENABLE_GNUTLS, false)' listed twiceVadim Yanitskiy1-1/+0
2022-10-19doc: correct typo in ticket referenceMax1-1/+1
2022-10-17msgb: expand copy testMax1-4/+16
2022-10-16logging.h: Allocate DLM2PA and DLM2UA for libosmo-sigtranHarald Welte2-2/+5
2022-10-16allocate VTY port number 4270 for osmo-isdntapHarald Welte1-0/+1
2022-10-11LAPD: use bool for T200 reset flagsMax1-2/+4
2022-10-11LAPD: log unknown format valueMax1-1/+1
2022-10-11cosmetic: make linter happy with LAPD codeMax1-4/+2
2022-10-11cosmetic: remove trailing spaceMax1-1/+1
2022-10-06msgb: do not use msgb_l4 instead of msgb_smsPhilipp Maier1-1/+1
2022-10-06msgb: assert msgb->lXh to be not NULLPhilipp Maier1-0/+4
2022-10-06Fix Typo in gsm0808_msgt_names[]Keith Whyte1-1/+1
2022-10-06Fix LCLS-CONNECT-CONTROL generationKeith Whyte1-1/+1
2022-10-04socket: Introduce API osmo_sockaddr_is_anyPau Espin Pedrol3-0/+22
2022-10-04socket.h: Reorder sockaddr APIs to have them all togetherPau Espin Pedrol1-25/+25
2022-10-04gsm0502: use parentheses in GSM_TDMA_FN_{SUM,SUB} macrosVadim Yanitskiy1-2/+2
2022-09-29include: use '#pragma once' everywhereVadim Yanitskiy5-20/+5