aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-02-16Introduce enum gsm0808_dlci_ccpespin/dlciPau Espin Pedrol1-1/+8
2022-02-16gsm: [ABI BREAK] Support CellId SAI, change CellId CGI-PS id numberPau Espin Pedrol7-4/+127
2022-02-16gsm0808: Test if we properly decode a SRVCC cell identifier listHarald Welte1-0/+13
2022-02-09core/utils.h: make use of OSMO_LIKELY in OSMO_ASSERTVadim Yanitskiy1-1/+1
2022-02-08core/msgb.h: make use of OSMO_LIKELY / OSMO_UNLIKELYVadim Yanitskiy1-8/+8
2022-02-08core/utils.h: wrap OSMO_ASSERT() with do { ... } while (0)Vadim Yanitskiy1-1/+3
2022-02-08core/utils.h: add OSMO_LIKELY / OSMO_UNLIKELY macrosVadim Yanitskiy1-0/+9
2022-02-07follow-up to osmo_sockaddr_from/to_octets()Neels Hofmeyr1-2/+2
2022-02-07add osmo_sockaddr_from/to_octets()Neels Hofmeyr2-0/+62
2022-02-07add osmo_quote_str_buf3, osmo_escape_str_buf3Neels Hofmeyr2-1/+29
2022-02-07log: socket.c: rather use the osmo_sockaddr_str _FMTNeels Hofmeyr1-13/+12
2022-01-31osmo_libusb: Print log message on libusb initialization errorHarald Welte1-1/+3
2022-01-31osmo_libusb: Use libusb_get_pollfds() to get initial file descriptorsHarald Welte1-0/+13
2022-01-31tests/logging: merge both logging_test_{stream,wqueue}.errVadim Yanitskiy4-21/+5
2022-01-31logging: fix printing of '\0' when filename printed lastVadim Yanitskiy2-0/+2
2022-01-31add osmo_sockaddr_to_str_c(), osmo_sockaddr_to_str_buf2()Neels Hofmeyr3-30/+50
2022-01-31logging: fix coding style issues in _output_buf()Vadim Yanitskiy1-3/+3
2022-01-31tests/logging: also test printing the filename informationVadim Yanitskiy3-0/+10
2022-01-31tests/logging: ensure both stream and wqueue modes are testedVadim Yanitskiy5-7/+33
2022-01-29gsm_7bit_encode_n(): use regular malloc() instead of calloc()Vadim Yanitskiy1-2/+3
2022-01-25logging: log to stderr when logging is not initializedPhilipp Maier2-0/+27
2022-01-25osmo_libusb: Fix NULL check in osmo_usb_removed_cb()Harald Welte1-1/+1
2022-01-21ports.h: add osmo-pfcp-tool portsNeels Hofmeyr2-0/+4
2022-01-21PFCP: add DLPFCP and osmo-upf port numbersNeels Hofmeyr5-3/+15
2022-01-18iuup: do not use illegal characters in state/event names.Philipp Maier1-11/+11
2022-01-14gsm23003: fix docstring for osmo_plmn_from_bcd()Philipp Maier1-7/+5
2022-01-10contrib/libosmocore.spec.in: mention osmo-config-merge in utilsVadim Yanitskiy1-1/+2
2022-01-10iuup: Improve CRC checksum error loggingPau Espin Pedrol1-3/+8
2022-01-10msgb: Fix -Wsign-compare warningsHarald Welte1-2/+2
2022-01-10socket, select: Fix -Wsign-compare warningsHarald Welte2-5/+6
2022-01-09bits.c: Fix -Wsign-compare warningsHarald Welte1-3/+3
2022-01-09log_taget_find() should use enum log_target_type, not intHarald Welte2-2/+2
2022-01-09utils: Fix -Wsign-compare warningsHarald Welte2-8/+8
2022-01-09bitvec: Fix -Wsign-compare warningsHarald Welte2-4/+5
2022-01-07stats_tcp: fix stats item identifierPhilipp Maier1-1/+1
2022-01-07iuup: Submit RNL-STATUS-Initialization.ind upon rx of InitPau Espin Pedrol4-7/+40
2022-01-05iuup: Fix decoding of 1byte-length subflow size fieldsPau Espin Pedrol1-1/+1
2022-01-05osmo-release.sh: Use variable containing bumpversion path everywherePau Espin Pedrol1-1/+1
2022-01-05src/conv.c: Align better with Osmocom coding styleHarald Welte1-61/+49
2022-01-05stats_tcp: use a default batch size of 5 instead of 1Philipp Maier1-1/+1
2022-01-05conv: Fix the traceback for tail biting codesSylvain Munaut3-22/+89
2022-01-05VTY: implement 'no log gsmtap [HOSTNAME]' commandVadim Yanitskiy4-0/+43
2022-01-04logging: Fix Not enough tailroom msgb_put in _output_buf callersPau Espin Pedrol1-1/+2
2021-12-28select_main: don't poll forever during shutdownOliver Smith1-2/+8
2021-12-24iuup: Fix signed/unsigned loop counter control flow issueHarald Welte1-1/+1
2021-12-24tcp_stats: fix compilation on CentOS 7Harald Welte2-0/+11
2021-12-23select: gather statistics for TCP connectionsPhilipp Maier9-0/+406
2021-12-22Introduce CRC and FSM for IuUP (user plane) as used in 3G RTP dataHarald Welte14-4/+1980
2021-12-22include/: Adapt some headers to match contrib/struct_endianess.py formatPau Espin Pedrol3-36/+27
2021-12-15stat_item: tolerate NULL pointer argument in osmo_stat_item_group_freePhilipp Maier1-0/+3