aboutsummaryrefslogtreecommitdiffstats
path: root/utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* osmo-arfcn: Fix false positive in gcc 12.1.0Pau Espin Pedrol2022-05-131-1/+1
* Use internal <osmocom/core/talloc.h> everywhereVadim Yanitskiy2022-04-271-1/+1
* treewide: remove FSF addressOliver Smith2021-12-145-20/+0
* revisit some calls of strtol(), stroul(), strtoull()Neels Hofmeyr2021-10-041-1/+3
* osmo-auc-gen: Print RFC3310 IMS HTTP-AKA style base64 nonce/resHarald Welte2021-09-211-1/+20
* osmo-auc-gen: Permit specifying the SQN in hex (0x12345) formatHarald Welte2021-09-171-1/+1
* osmo-aka-verify: Fix use case with OP and not OPcHarald Welte2021-03-221-1/+5
* utils/osmo-aka-verify: fix swapped CK/IK argumentsVadim Yanitskiy2021-03-211-1/+1
* utils: osmo-aka-verify to verify UMTS AKA (SIM side)Harald Welte2021-03-202-1/+246
* Drop use of log_set_print_filename() API inside libosmocorePau Espin Pedrol2021-02-201-2/+1
* osmo-ns-dummy: Add "mirror-mode" to mirror back any received packetsHarald Welte2021-02-022-10/+44
* osmo-ns-dummy: Add simple NS traffic generatorHarald Welte2021-01-303-1/+312
* gprs_ns2: remove api call gprs_ns2_dynamic_create_nseAlexander Couzens2021-01-281-1/+0
* gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vtyAlexander Couzens2021-01-281-1/+1
* Revert "gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty"Pau Espin Pedrol2021-01-281-1/+1
* gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vtyAlexander Couzens2021-01-281-1/+1
* osmo-ns-dummy: don't leak primitive messagesAlexander Couzens2021-01-191-0/+3
* osmo-ns-dummy: allow to create dynamic NSEsAlexander Couzens2021-01-171-0/+1
* utils: add osmo-ns-dummyAlexander Couzens2021-01-012-3/+292
* utils/gsmtap_logread.py: make it executableVadim Yanitskiy2020-08-041-0/+0
* sim: When decoding SW, take application specific SW into accountHarald Welte2020-05-051-2/+2
* osmo-sim-test: Avoid double-closeHarald Welte2020-03-221-4/+1
* osmo-sim-test: Also [attempt to] dump DF.GSM on USIM cardsHarald Welte2020-03-211-2/+2
* sim: re-structure how we support cards + applicationsHarald Welte2020-03-211-51/+98
* osmo-sim-test: Optionally dump card files to host filesystemHarald Welte2020-03-211-11/+97
* osmo-sim-test: don't print SW in successful case of dump_file()Harald Welte2020-03-211-1/+0
* osmo-sim-test: Use stderr for error messagesHarald Welte2020-03-211-7/+7
* conv: add convolutional coder for AMR SID UPDATE framesPhilipp Maier2020-03-091-0/+19
* osmo-sim-test: check tlv_parsed struct tp before accessPhilipp Maier2020-03-041-4/+8
* osmo-sim-test: Fall-back to classic SIMHarald Welte2020-02-151-20/+103
* osmo-sim-test: Recurse through subdirectoriesHarald Welte2020-02-151-13/+39
* 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