aboutsummaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2019-06-04utils: add gsmtap_logread.py a gsmtap log readerAlexander Couzens2-0/+167
2019-02-22Add multipatch capability to osmo-config-mergeMax1-21/+45
2018-11-20gsm: Deprecate buggy gsm_arfcn2band API and introduce gsm_arfcn2band_rcPau Espin Pedrol1-1/+7
2018-10-21osmo-config-merge: fclose() what we fopen()Harald Welte1-0/+2
2018-09-28osmo-config-merge: Fix some small issuesDaniel Willmann1-4/+15
2018-09-27utils/osmo-config-merge: explicitly return from main()Vadim Yanitskiy1-0/+2
2018-09-25osmo-config-merge: Don't use C99 'for' loop initial declarationsHarald Welte1-2/+4
2018-09-25Add new osmo-config-merge utilityHarald Welte2-1/+271
2018-07-27cosmetic: osmo-sim-test.c: use memcpy instead of strncpyNeels Hofmeyr1-1/+2
2018-07-02Don't enforce Python 2 for utilitiesVadim Yanitskiy2-2/+3
2018-02-09Revert "Use python 3 for utilities"Harald Welte2-2/+2
2018-02-08Use python 3 for utilitiesMax2-2/+2
2017-12-11Add functions for extended RACH codingMax1-1/+10
2017-11-16utils: Fix false positive in compiler warningPau Espin Pedrol1-1/+1
2017-10-30utils: move linked libraries into common variableMax1-3/+2
2017-10-09Add function to generate random identifierMax1-8/+6
2017-09-12osmo-auc-gen.c: squelch compiler warnings, move local varNeels Hofmeyr1-4/+3
2017-08-29umts aka: add sqn_ms out-param, print SQN.MS in osmo-auc-genNeels Hofmeyr1-0/+2
2017-08-29osmo-auc-gen: umts: print out the IND of the SQN usedNeels Hofmeyr1-3/+7
2017-08-29osmo-auc-gen: umts: add --ind-len argNeels Hofmeyr1-1/+10
2017-08-29osmo-auc-gen: umts: add --ind argNeels Hofmeyr1-1/+29
2017-08-29osmo-auc-gen: umts: use default of ind_bitlen = 5 instead of 0Neels Hofmeyr1-0/+1
2017-08-29osmo-auc-gen: umts: properly request --sqnNeels Hofmeyr1-5/+17
2017-08-29osmo-auc-gen: umts: remove erratic SQN.MS printoutNeels Hofmeyr1-6/+0
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr2-4/+6
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-2/+1
2017-06-22osmo-sim-test.c: Remove unused functionsPau Espin Pedrol1-37/+0
2017-05-17utils/osmo-sim-test.c: strip unused variablesVadim Yanitskiy1-5/+1
2017-03-20build: fix distcheck: include gen scripts in EXTRA_DISTNeels Hofmeyr1-0/+2
2017-03-20build: conv_gen.py: ensure parent dirs of written files existNeels Hofmeyr1-3/+9
2017-03-20osmo-auc-gen: fix --sqn limit on 32bit systems, fixing buildNeels Hofmeyr1-3/+1
2017-03-15osmo_auth_gen_vec: UMTS auth: store last used SQN, not nextNeels Hofmeyr1-5/+7
2017-03-15osmo-auc-gen: clarify SQN output, prepare for SQN changesNeels Hofmeyr1-15/+10
2017-03-07libosmocoding: migrate transcoding routines from OsmoBTSVadim Yanitskiy1-0/+24
2017-03-06utils/conv_gen.py: add header generation featureVadim Yanitskiy1-5/+44
2017-03-06utils/conv_gen.py: add test vectors generation featureVadim Yanitskiy1-2/+76
2017-02-09utils/conv_gen.py: improve application flexibilityVadim Yanitskiy1-8/+38
2017-02-08fix various compiler warnings (on FreeBSD-11.0)Harald Welte1-3/+3
2017-02-06osmo-auc-gen: cmdline help: list algorithms; error messagesNeels Hofmeyr1-1/+10
2017-02-04osmo-auc-gen: cosmetic: clarify output upon AUTSNeels Hofmeyr1-1/+14
2017-02-02GSUP, OAP, osmo-gen-vec: fix AUTS length to 14, not 16Neels Hofmeyr1-1/+1
2016-12-24utils/conv_gen.py: separate code definitionsVadim Yanitskiy2-714/+728
2016-12-24utils/conv_gen.py: use shared tables if possibleVadim Yanitskiy1-37/+61
2016-11-26osmo-sim-test.c: Fix rmsg checkHarald Welte1-1/+1
2016-11-02utils/conv_gen.py: explicitly import reduce()Vadim Yanitskiy1-0/+1
2016-11-02utils/conv_gen.py: don't mix print and write()Vadim Yanitskiy1-32/+34
2016-10-23utils/conv_gen.py: add EDGE MCS 1-9 definitionsVadim Yanitskiy1-1/+226
2016-10-23utils/conv_gen.py: fix some typosVadim Yanitskiy1-6/+6
2016-10-23utils/conv_gen.py: add RACH, SCH and TCH/AHS definitionsVadim Yanitskiy1-1/+162
2016-10-23utils/conv_gen.py: improve output formattingVadim Yanitskiy1-6/+32