aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-02-07Bump version: 1.7.0.119-b31a-dirty → 1.8.01.8.0osmith/1.8.1Pau Espin Pedrol11-21/+168
2023-02-07debian/rules: Fix moved path crc*gen.cPau Espin Pedrol1-4/+4
2023-02-04Add SI10 supportMax2-1/+15
2023-02-02gprs_ns2_fr: use osmo_netdev to monitor and operate network devicePau Espin Pedrol5-141/+65
2023-01-31gsm_08_08.h: fix typo in GSM0808_DATA_FULL_PREFOliver Smith1-1/+2
2023-01-30SI: add missing headerMax3-1/+3
2023-01-27libosmocore: Transition to use of 'telnet_init_default'arehbein7-8/+7
2023-01-26tun: Fix potential unpaired call to osmo_netns_switch_exit()Pau Espin Pedrol1-1/+2
2023-01-26Fixup .gitignoreMax1-1/+1
2023-01-26d/control: libosmocore-dev: depend on libmnl-devOliver Smith1-0/+1
2023-01-25netdev: Fix compilation building with --disable-libmnlPau Espin Pedrol1-1/+31
2023-01-25configure --enable-libmnl: Add libmnl to libosmocore.pc.in RequiresPau Espin Pedrol2-2/+2
2023-01-25Introduce tundev APIPau Espin Pedrol5-0/+617
2023-01-25Introduce netdev APIPau Espin Pedrol5-0/+957
2023-01-25SI: add RR short PD message typesMax2-0/+38
2023-01-25ASCI: add VBS/VGCS support to BTS features listMax2-0/+4
2023-01-24Introduce netns APIPau Espin Pedrol5-0/+235
2023-01-21isdndlc: Fix documentationHarald Welte1-4/+3
2023-01-21create libosmoisdn sub-libraryHarald Welte35-311/+2223
2023-01-18Fix all references to config.hPau Espin Pedrol32-32/+34
2023-01-18Makefile.am: Remove unexsiting all_includes variablePau Espin Pedrol5-5/+5
2023-01-18Split include/Makefile.am content into subdirsPau Espin Pedrol15-225/+305
2023-01-18src/core/Makefile.am: reformat SOURCES listPau Espin Pedrol1-23/+62
2023-01-18Move src/*.{c,h} to src/core/Pau Espin Pedrol77-142/+148
2023-01-17socket.h: Introduce API osmo_sockaddr_netmask_to_prefixlen()Pau Espin Pedrol4-1/+118
2023-01-12gsm_utils: improve gsm_gsmtime2fn()Philipp Maier1-2/+13
2023-01-12gsm0408_test: add unittest for gsm_gsmtime2fn()Philipp Maier1-0/+22
2023-01-12uitils: add floored and euclidian modulo functionsPhilipp Maier3-0/+102
2023-01-11ctrl: error if program forgot to initialize the ctr handler before installing...Pau Espin Pedrol1-0/+10
2023-01-11bitgen test: fix concat macroEric1-3/+3
2023-01-09libosmocore: Deprecate APIs telnet_init(_dynip)()arehbein2-22/+34
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