aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-15stats: fix typoPhilipp Maier1-1/+1
2021-12-14treewide: remove FSF addressOliver Smith201-817/+5
2021-12-09logging: make LIBOSMOCORE_NO_LOGGING work as expectedEric Wild2-0/+19
2021-12-07VTY: enable talloc introspection for OTC_GLOBALVadim Yanitskiy1-1/+4
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