summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* debian, utils: switch to python 3Oliver Smith2019-12-122-2/+2
* sim: allow opening reader# > 0Eric Wild2019-12-091-1/+49
* utils: exit(2) on unsupported positional arguments on command lineHarald Welte2019-12-032-0/+10
* osmo-arfcn: Fix '-h' optionHarald Welte2019-12-031-1/+1
* logging: Introduce mutex API to manage log_target in multi-thread envsPau Espin Pedrol2019-10-091-2/+2
* utils: add gsmtap_logread.py a gsmtap log readerAlexander Couzens2019-06-042-0/+167
* Add multipatch capability to osmo-config-mergeMax2019-02-221-21/+45
* gsm: Deprecate buggy gsm_arfcn2band API and introduce gsm_arfcn2band_rcPau Espin Pedrol2018-11-201-1/+7
* osmo-config-merge: fclose() what we fopen()Harald Welte2018-10-211-0/+2
* osmo-config-merge: Fix some small issuesDaniel Willmann2018-09-281-4/+15
* utils/osmo-config-merge: explicitly return from main()Vadim Yanitskiy2018-09-271-0/+2
* osmo-config-merge: Don't use C99 'for' loop initial declarationsHarald Welte2018-09-251-2/+4
* Add new osmo-config-merge utilityHarald Welte2018-09-252-1/+271
* cosmetic: osmo-sim-test.c: use memcpy instead of strncpyNeels Hofmeyr2018-07-271-1/+2
* Don't enforce Python 2 for utilitiesVadim Yanitskiy2018-07-022-2/+3
* Revert "Use python 3 for utilities"Harald Welte2018-02-092-2/+2
* Use python 3 for utilitiesMax2018-02-082-2/+2
* Add functions for extended RACH codingMax2017-12-111-1/+10
* utils: Fix false positive in compiler warningPau Espin Pedrol2017-11-161-1/+1
* utils: move linked libraries into common variableMax2017-10-301-3/+2
* Add function to generate random identifierMax2017-10-091-8/+6
* osmo-auc-gen.c: squelch compiler warnings, move local varNeels Hofmeyr2017-09-121-4/+3
* umts aka: add sqn_ms out-param, print SQN.MS in osmo-auc-genNeels Hofmeyr2017-08-291-0/+2
* osmo-auc-gen: umts: print out the IND of the SQN usedNeels Hofmeyr2017-08-291-3/+7
* osmo-auc-gen: umts: add --ind-len argNeels Hofmeyr2017-08-291-1/+10
* osmo-auc-gen: umts: add --ind argNeels Hofmeyr2017-08-291-1/+29
* osmo-auc-gen: umts: use default of ind_bitlen = 5 instead of 0Neels Hofmeyr2017-08-291-0/+1
* osmo-auc-gen: umts: properly request --sqnNeels Hofmeyr2017-08-291-5/+17
* osmo-auc-gen: umts: remove erratic SQN.MS printoutNeels Hofmeyr2017-08-291-6/+0
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-232-4/+6
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-2/+1
* osmo-sim-test.c: Remove unused functionsPau Espin Pedrol2017-06-221-37/+0
* utils/osmo-sim-test.c: strip unused variablesVadim Yanitskiy2017-05-171-5/+1
* build: fix distcheck: include gen scripts in EXTRA_DISTNeels Hofmeyr2017-03-201-0/+2
* build: conv_gen.py: ensure parent dirs of written files existNeels Hofmeyr2017-03-201-3/+9
* osmo-auc-gen: fix --sqn limit on 32bit systems, fixing buildNeels Hofmeyr2017-03-201-3/+1
* osmo_auth_gen_vec: UMTS auth: store last used SQN, not nextNeels Hofmeyr2017-03-151-5/+7
* osmo-auc-gen: clarify SQN output, prepare for SQN changesNeels Hofmeyr2017-03-151-15/+10
* libosmocoding: migrate transcoding routines from OsmoBTSVadim Yanitskiy2017-03-071-0/+24
* utils/conv_gen.py: add header generation featureVadim Yanitskiy2017-03-061-5/+44
* utils/conv_gen.py: add test vectors generation featureVadim Yanitskiy2017-03-061-2/+76
* utils/conv_gen.py: improve application flexibilityVadim Yanitskiy2017-02-091-8/+38
* fix various compiler warnings (on FreeBSD-11.0)Harald Welte2017-02-081-3/+3
* osmo-auc-gen: cmdline help: list algorithms; error messagesNeels Hofmeyr2017-02-061-1/+10
* osmo-auc-gen: cosmetic: clarify output upon AUTSNeels Hofmeyr2017-02-041-1/+14
* GSUP, OAP, osmo-gen-vec: fix AUTS length to 14, not 16Neels Hofmeyr2017-02-021-1/+1
* utils/conv_gen.py: separate code definitionsVadim Yanitskiy2016-12-242-714/+728
* utils/conv_gen.py: use shared tables if possibleVadim Yanitskiy2016-12-241-37/+61
* osmo-sim-test.c: Fix rmsg checkHarald Welte2016-11-261-1/+1
* utils/conv_gen.py: explicitly import reduce()Vadim Yanitskiy2016-11-021-0/+1