aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Introduce enum gsm0808_dlci_ccpespin/dlciPau Espin Pedrol2022-02-161-1/+8
* gsm: [ABI BREAK] Support CellId SAI, change CellId CGI-PS id numberPau Espin Pedrol2022-02-167-4/+127
* gsm0808: Test if we properly decode a SRVCC cell identifier listHarald Welte2022-02-161-0/+13
* core/utils.h: make use of OSMO_LIKELY in OSMO_ASSERTVadim Yanitskiy2022-02-091-1/+1
* core/msgb.h: make use of OSMO_LIKELY / OSMO_UNLIKELYVadim Yanitskiy2022-02-081-8/+8
* core/utils.h: wrap OSMO_ASSERT() with do { ... } while (0)Vadim Yanitskiy2022-02-081-1/+3
* core/utils.h: add OSMO_LIKELY / OSMO_UNLIKELY macrosVadim Yanitskiy2022-02-081-0/+9
* follow-up to osmo_sockaddr_from/to_octets()Neels Hofmeyr2022-02-071-2/+2
* add osmo_sockaddr_from/to_octets()Neels Hofmeyr2022-02-072-0/+62
* add osmo_quote_str_buf3, osmo_escape_str_buf3Neels Hofmeyr2022-02-072-1/+29
* log: socket.c: rather use the osmo_sockaddr_str _FMTNeels Hofmeyr2022-02-071-13/+12
* osmo_libusb: Print log message on libusb initialization errorHarald Welte2022-01-311-1/+3
* osmo_libusb: Use libusb_get_pollfds() to get initial file descriptorsHarald Welte2022-01-311-0/+13
* tests/logging: merge both logging_test_{stream,wqueue}.errVadim Yanitskiy2022-01-314-21/+5
* logging: fix printing of '\0' when filename printed lastVadim Yanitskiy2022-01-312-0/+2
* add osmo_sockaddr_to_str_c(), osmo_sockaddr_to_str_buf2()Neels Hofmeyr2022-01-313-30/+50
* logging: fix coding style issues in _output_buf()Vadim Yanitskiy2022-01-311-3/+3
* tests/logging: also test printing the filename informationVadim Yanitskiy2022-01-313-0/+10
* tests/logging: ensure both stream and wqueue modes are testedVadim Yanitskiy2022-01-315-7/+33
* gsm_7bit_encode_n(): use regular malloc() instead of calloc()Vadim Yanitskiy2022-01-291-2/+3
* logging: log to stderr when logging is not initializedPhilipp Maier2022-01-252-0/+27
* osmo_libusb: Fix NULL check in osmo_usb_removed_cb()Harald Welte2022-01-251-1/+1
* ports.h: add osmo-pfcp-tool portsNeels Hofmeyr2022-01-212-0/+4
* PFCP: add DLPFCP and osmo-upf port numbersNeels Hofmeyr2022-01-215-3/+15
* iuup: do not use illegal characters in state/event names.Philipp Maier2022-01-181-11/+11
* gsm23003: fix docstring for osmo_plmn_from_bcd()Philipp Maier2022-01-141-7/+5
* contrib/libosmocore.spec.in: mention osmo-config-merge in utilsVadim Yanitskiy2022-01-101-1/+2
* iuup: Improve CRC checksum error loggingPau Espin Pedrol2022-01-101-3/+8
* msgb: Fix -Wsign-compare warningsHarald Welte2022-01-101-2/+2
* socket, select: Fix -Wsign-compare warningsHarald Welte2022-01-102-5/+6
* bits.c: Fix -Wsign-compare warningsHarald Welte2022-01-091-3/+3
* log_taget_find() should use enum log_target_type, not intHarald Welte2022-01-092-2/+2
* utils: Fix -Wsign-compare warningsHarald Welte2022-01-092-8/+8
* bitvec: Fix -Wsign-compare warningsHarald Welte2022-01-092-4/+5
* stats_tcp: fix stats item identifierPhilipp Maier2022-01-071-1/+1
* iuup: Submit RNL-STATUS-Initialization.ind upon rx of InitPau Espin Pedrol2022-01-074-7/+40
* iuup: Fix decoding of 1byte-length subflow size fieldsPau Espin Pedrol2022-01-051-1/+1
* osmo-release.sh: Use variable containing bumpversion path everywherePau Espin Pedrol2022-01-051-1/+1
* src/conv.c: Align better with Osmocom coding styleHarald Welte2022-01-051-61/+49
* stats_tcp: use a default batch size of 5 instead of 1Philipp Maier2022-01-051-1/+1
* conv: Fix the traceback for tail biting codesSylvain Munaut2022-01-053-22/+89
* VTY: implement 'no log gsmtap [HOSTNAME]' commandVadim Yanitskiy2022-01-054-0/+43
* logging: Fix Not enough tailroom msgb_put in _output_buf callersPau Espin Pedrol2022-01-041-1/+2
* select_main: don't poll forever during shutdownOliver Smith2021-12-281-2/+8
* iuup: Fix signed/unsigned loop counter control flow issueHarald Welte2021-12-241-1/+1
* tcp_stats: fix compilation on CentOS 7Harald Welte2021-12-242-0/+11
* select: gather statistics for TCP connectionsPhilipp Maier2021-12-239-0/+406
* Introduce CRC and FSM for IuUP (user plane) as used in 3G RTP dataHarald Welte2021-12-2214-4/+1980
* include/: Adapt some headers to match contrib/struct_endianess.py formatPau Espin Pedrol2021-12-223-36/+27
* stat_item: tolerate NULL pointer argument in osmo_stat_item_group_freePhilipp Maier2021-12-151-0/+3