aboutsummaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-26sim: Prepare infrastructure for protocols != T=0 and other driversHarald Welte1-2/+2
2014-10-26sim: Make osmo-sim-test compile againHarald Welte1-1/+1
2014-10-26sim: add decoding of status wordsHarald Welte1-0/+3
2014-10-26sim: strip the SW from the returned data, as SW is passed in msgb->cbHarald Welte1-3/+3
2014-10-26sim: add copyright notices and merge file_codec.c into core.cHarald Welte1-6/+23
2014-10-26sim: osmo-sim-test: Also dump binary filesHarald Welte1-10/+39
2014-10-26initial checkin of 'libosmosim'Harald Welte2-0/+375
2014-10-03build: remove unused all_includes and use AM_CPPFLAGSJan Engelhardt1-1/+2
2014-10-03utils: resolve compiler warnings on implicit declarationsJan Engelhardt1-0/+1
2014-06-22osmo-auc-gen: Fix compiler warnings about aliasingHolger Hans Peter Freyther1-4/+7
2013-07-14utils: Fix compiler warnings n the osmo-auc-gen utilityHolger Hans Peter Freyther1-1/+3
2013-04-21osmo-arfcn: Return something from the methodHolger Hans Peter Freyther1-0/+1
2012-12-11build: Don't use the deprecated INCLUDES in the various Makefile.amSylvain Munaut1-1/+2
2012-12-11utils/osmo-arfcn: Implement option to get ARFCN from frequencySylvain Munaut1-1/+32
2012-12-06osmo-arfcn: add support for PCS bandHarald Welte1-6/+13
2012-11-16actually install osmo-arfcn and osmo-auc-gen as part of 'make install'Harald Welte1-1/+1
2012-08-02Add missing includes to timer_test.c and osmo-auc-gen.cHarald Welte1-0/+1
2012-06-27osmo-auc-gen: Add "-I" mode for generating triplets.dat for strongswanHarald Welte1-3/+23
2012-03-22osmo-auc-gen: Add mode for verifying user-supplied AUTSHarald Welte1-14/+25
2012-03-21update copyright noticeHarald Welte1-2/+2
2012-03-21osmo-auc-gen: Add -O to the getop line to make it workHolger Hans Peter Freyther1-1/+1
2012-03-21auth_milenage/osmo-auc-gen: compute OPC in case only OP is knownHarald Welte1-0/+12
2012-03-21osmo-auc-gen: Introduce a small cmdline help/referenceHarald Welte1-1/+26
2011-12-07auth_core: don't use anonymous unions to make certain gcc versions happyHarald Welte1-10/+10
2011-12-07add 'osmo-auc-gen' tool that can be used to generate auth vectorsHarald Welte2-1/+187
2011-09-02Added autoconf option for utilities and embeddedjob1-0/+2
2011-08-20add script to generate http://www.osmocom.org/doc tree structureHarald Welte1-0/+14
2011-08-02add new 'osmo-arfcn' program to compute frequency based on arfcnHarald Welte2-0/+108