aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-02-19gsm0808_enc_channel_type: Add spare bytebugfix/encode-channel-type-signallingMatan Perelman1-0/+1
2023-02-18i460_mux: make osmo_i460_subchan_count publicPhilipp Maier3-2/+7
2023-02-17Fix typo endianess -> endiannessOliver Smith17-95/+95
2023-02-16i460_mux.c fix apidocPhilipp Maier1-9/+8
2023-02-15socket: propagate error in osmo_sock_unix_init() to the callerMax1-4/+4
2023-02-13gsm0808_enc/dec_channel_type: support dataOliver Smith3-20/+245
2023-02-10add contrib/talloc_count.shNeels Hofmeyr1-0/+52
2023-02-09gsm0808_chan_indicator: add SPEECH_CTM_TEXT_TELEPHONYOliver Smith1-0/+1
2023-02-09test_gsm0808_enc_dec_channel_type -> …_speechOliver Smith1-2/+2
2023-02-09gsm0808_dec_channel_type: add missing len checkOliver Smith2-0/+15
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