aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-11-26logging: allow disabling macros using a new define: LIBOSMOCORE_NO_LOGGINGEric1-0/+4
2021-11-25gsmtap: Add gsmtap_sendmsg_free() as alternative to gsmtap_sendmsg()Harald Welte2-0/+15
2021-11-25write_queue: Document it that caller is responsible if enqueue failsHarald Welte1-2/+2
2021-11-25logging: Fix memory leak in case async log write queue overflowsHarald Welte1-1/+4
2021-11-19bssgp_bvc_fsm: Move log message to the correct placeDaniel Willmann1-1/+1
2021-11-19fix isdigit taking unsigned as inputEric1-1/+1
2021-11-18tests/testsuite.at: ensure empty stderr for the bitvec_testVadim Yanitskiy1-1/+1
2021-11-18bitvec_read_field(): optimize by expanding bytenum_from_bitnum()Vadim Yanitskiy1-2/+4
2021-11-18bitvec_read_field(): fix incorrect bit-shift issue found by UBSanVadim Yanitskiy2-5/+8
2021-11-18bitvec_read_field(): indicate errors using errnoVadim Yanitskiy3-20/+26
2021-11-17tdef: fix wrong path in documentation: tests/vty -> tests/tdefVadim Yanitskiy1-3/+3
2021-11-17tests/tdef: rename the binaries to end with '_test'Vadim Yanitskiy9-25/+25
2021-11-17debian/control: minimum version of libtalloc-dev must be >= 2.1.0Vadim Yanitskiy1-2/+2
2021-11-17tests/vty: fix use of GNU 'missing =' extension in designatorVadim Yanitskiy1-3/+3
2021-11-17.gitignore: add utils/osmo-aka-verify binaryVadim Yanitskiy1-0/+1
2021-11-16Bump version: 1.5.1.282-ab5e-dirty → 1.6.01.6.0Pau Espin Pedrol14-43/+337
2021-11-16osmo-release.sh: Blacklist script file from LIBVERS matchesPau Espin Pedrol1-1/+1
2021-11-16contrib/libosmocore.spec.in: Depends on talloc 2.1.0Pau Espin Pedrol1-1/+1
2021-11-15add osmo_time_cc, moved from osmo-bscNeels Hofmeyr8-0/+1527
2021-11-14rate_ctr: Make it safe to call rate_ctr_init() several timesHarald Welte1-0/+4
2021-11-11frame_relay, gprs_ns2_fr: Fix log messages, remove unused structDaniel Willmann2-8/+3
2021-11-11ns2: Avoid use-after-free when SGSN-side non-persistent SNS-NSE failsDaniel Willmann1-1/+6
2021-11-11include: add enum for UTRAN cipherAlexander Couzens2-0/+20
2021-11-09stats: clarify error messages in cfg_no_stats_reporter_{statsd,log}Vadim Yanitskiy2-4/+9
2021-11-09stats: don't mark reporter as 'disable' beforehandVadim Yanitskiy2-16/+6
2021-11-09stats: cosmetic: print 'stats interval' before the reportersVadim Yanitskiy2-3/+3
2021-11-09stats: allow configuring reporter's name in the VTYVadim Yanitskiy4-28/+121
2021-11-09stats: use llist_add_tail() in osmo_stats_reporter_alloc()Vadim Yanitskiy2-35/+35
2021-11-09tests/stats: add VTY transcript testsVadim Yanitskiy3-0/+255
2021-11-04gsm/protocol/gsm_04_08.h: add gsm48_meas_res_is_valid()Vadim Yanitskiy1-0/+6
2021-11-03logging: Fix double lock of log_tgt_mutexPau Espin Pedrol1-36/+6
2021-10-29gsm/protocol/gsm_44_004.h: fix missing include of 'endian.h'Vadim Yanitskiy1-0/+2
2021-10-29Revert "Prevent GCR encoder/decoder functions from being used directly"Vadim Yanitskiy1-2/+2
2021-10-28configure.ac: Depend on talloc 2.1.0Pau Espin Pedrol1-1/+1
2021-10-26logging: Attempt a synchronous, non-blocking write first (file, stderr)Harald Welte1-17/+30
2021-10-26logging: Avoid memcpy from stack to msgb in _file_output()Harald Welte1-18/+43
2021-10-26logging: Change stderr + file target to use non-blocking writeHarald Welte4-22/+313
2021-10-21gsm_08_58: extend struct abis_rsl_osmo_temp_ovp_acch_capVadim Yanitskiy1-1/+11
2021-10-21{ctrl,vty}/ports.h: Allocate ports for osmo-hnodebPau Espin Pedrol2-0/+5
2021-10-15logging: Change LLAPD category color to purple-like onePau Espin Pedrol1-1/+1
2021-10-15ns2: correct parse a BLOCK PDU which was received over a different NSVCAlexander Couzens1-10/+36
2021-10-15ns2: don't forward an invalid RESET PDU to the FSMAlexander Couzens1-0/+2
2021-10-15ns2: improve log line when receving a PDU with wrong NSEAlexander Couzens1-1/+1
2021-10-13utils: introduce osmo_talloc_replace_string_fmt()Vadim Yanitskiy2-0/+23
2021-10-08ns2: correct parse a STATUS PDU which was received over a different NSVCAlexander Couzens1-4/+20
2021-10-08ns2: message: allow to pass a foreign NSVCI to STATUS PDUAlexander Couzens4-7/+12
2021-10-08ns2: fsm: add comment don't answer on a STATUS with a STATUSAlexander Couzens1-0/+1
2021-10-08ns2: ensure the NSVC is in the correct mode for NSVC UNKNOWN/NSVC BLOCKED cau...Alexander Couzens1-0/+5
2021-10-08ns2: message: BLOCK/BLOCK ACK allow to use a given NSVCI instead of using the...Alexander Couzens4-15/+27
2021-10-06gsmtap: allow 127.0.0.x local listenersEric1-0/+22