aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-14clean-up pkg-config files: Make use of "Requires" as documentedlaforge/pkgconfigHarald Welte9-21/+22
2022-03-13contrib/jenkins_amd64.sh: remove FreeBSD specific quirksVadim Yanitskiy1-7/+1
2022-03-13Cosmetic: linuxlist.h: fix misleading commentOliver Smith1-2/+1
2022-03-10libosmocodec: osmo_hr_check_sid(): simplify the logicVadim Yanitskiy1-14/+8
2022-03-08osmo_time_cc: rate_ctr presence should not affect countingNeels Hofmeyr1-4/+3
2022-03-03usb: Match device by VID/PID without path/addr if it is uniqueHarald Welte1-1/+2
2022-03-02gsm: lapd_core: Change log line NOTICE->INFOPau Espin Pedrol1-1/+1
2022-03-01add osmo_sockaddr_set_port()Neels Hofmeyr2-0/+18
2022-02-28BSSAP: HO Request Ack: add missing Codec List (BSS Supported)Neels Hofmeyr3-1/+12
2022-02-24stats: use tcp stat names as providedMichael Iedema1-2/+1
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