aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-02-07Bump version: 1.7.0.119-b31a-dirty → 1.8.01.8.0osmith/1.8.1Pau Espin Pedrol6-6/+6
2023-02-04Add SI10 supportMax1-1/+1
2023-02-02gprs_ns2_fr: use osmo_netdev to monitor and operate network devicePau Espin Pedrol4-138/+65
2023-01-30SI: add missing headerMax2-1/+2
2023-01-26tun: Fix potential unpaired call to osmo_netns_switch_exit()Pau Espin Pedrol1-1/+2
2023-01-25netdev: Fix compilation building with --disable-libmnlPau Espin Pedrol1-1/+31
2023-01-25Introduce tundev APIPau Espin Pedrol2-0/+572
2023-01-25Introduce netdev APIPau Espin Pedrol2-0/+906
2023-01-25SI: add RR short PD message typesMax1-0/+23
2023-01-25ASCI: add VBS/VGCS support to BTS features listMax1-0/+2
2023-01-24Introduce netns APIPau Espin Pedrol2-0/+209
2023-01-21isdndlc: Fix documentationHarald Welte1-4/+3
2023-01-21create libosmoisdn sub-libraryHarald Welte6-5/+55
2023-01-18Fix all references to config.hPau Espin Pedrol27-27/+29
2023-01-18Makefile.am: Remove unexsiting all_includes variablePau Espin Pedrol4-4/+4
2023-01-18src/core/Makefile.am: reformat SOURCES listPau Espin Pedrol1-23/+62
2023-01-18Move src/*.{c,h} to src/core/Pau Espin Pedrol70-118/+132
2023-01-17socket.h: Introduce API osmo_sockaddr_netmask_to_prefixlen()Pau Espin Pedrol1-0/+57
2023-01-12gsm_utils: improve gsm_gsmtime2fn()Philipp Maier1-2/+13
2023-01-11ctrl: error if program forgot to initialize the ctr handler before installing...Pau Espin Pedrol1-0/+10
2023-01-09libosmocore: Deprecate APIs telnet_init(_dynip)()arehbein1-20/+28
2023-01-02gsm48_ie: gsm48_decode_freq_list(): make 'cd' argument const2023q1Vadim Yanitskiy1-2/+3
2022-12-20ctrl: add optional port to bind commandMax3-3/+27
2022-12-19rate_ctr: drop rate estimation codeMax1-5/+0
2022-12-14gsm0808: use new gsm0808_enc_speech_codec[_list]2() APIVadim Yanitskiy1-24/+84
2022-12-14gsm0808: add gsm0808_enc_speech_codec[_list]2()Vadim Yanitskiy2-22/+53
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-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 Pedrol2-2/+2
2022-11-10*/Makefile.am: do not mix up AM_CFLAGS with AM_CPPFLAGSVadim Yanitskiy5-10/+11
2022-11-09Fix typos in copyright statements.Harald Welte3-3/+3
2022-11-04bits: fix typoPhilipp Maier1-2/+2
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte8-12/+12
2022-10-27gb/vty: Show if NSVC is blocked locally by O&M/vty or by remotearehbein3-15/+19
2022-10-26gsm0502: gsm0502_fn_remap(): use GSM_TDMA_FN_SUB() macroVadim Yanitskiy1-4/+1
2022-10-25msgb: introduce extended copy functionsMax1-10/+44
2022-10-20{gsm,gb}/Makefile.am: drop undefined $GCC_FVISIBILITY_HIDDENVadim Yanitskiy2-2/+2
2022-10-19doc: correct typo in ticket referenceMax1-1/+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-06Fix Typo in gsm0808_msgt_names[]Keith Whyte1-1/+1