aboutsummaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-23utils/conv_gen.py: generate a single fileVadim Yanitskiy1-318/+315
2016-09-24utils/conv_gen.py: code style changes (line width, tabs, etc.)Vadim Yanitskiy1-181/+233
2016-06-01osmo-auc-gen: Print hex values without intermittent spacesHarald Welte1-7/+7
2016-04-29conv_gen: Use python2 to execute the scriptHolger Hans Peter Freyther1-1/+1
2016-04-29add two missing files (gsm0503.h / conv_gen.py) to previous commitHarald Welte1-0/+494
2016-03-11rename osim_file_find_* to osim_file_desc_find_*Harald Welte1-1/+1
2015-12-08utils: add TALLOC_CFLAGS to buildHarald Welte1-1/+1
2015-11-07osmo-sim-test: add missing includeAlexander Huemer1-0/+1
2015-05-26osmo-auc-gen: '-a' is already the algorithm. Fix the helpHolger Hans Peter Freyther1-1/+1
2015-05-17build: Fix out-of-tree buildsAndreas Rottmann1-1/+1
2014-11-14pcsc: Allow to disable the PCSC dependencyHolger Hans Peter Freyther1-3/+5
2014-10-27osmo-sim-test: Fix read_binary() return checkHarald Welte1-1/+1