aboutsummaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2024-01-31utils/conv_codes_gsm.py: fix inconsistent formattingVadim Yanitskiy1-2/+2
2023-07-07gsm: Improve the TCH/H2.4 coding routinesSylvain Munaut1-0/+18
2023-07-07gsm: Fix comment for TCH/F4.8 codeSylvain Munaut1-1/+1
2023-06-02libosmogsm: Allow auth API caller to specify RES lengthHarald Welte1-4/+14
2023-06-02osmo-auc-gen: Convert over to osmo_auth_gen_vec*2 APIHarald Welte1-4/+33
2023-05-25gsm: fix convolutional code definition for TCH/F4.8Vadim Yanitskiy1-1/+1
2023-03-15New osmo-gsmtap-logsend utilityHarald Welte2-1/+142
2023-03-14fix 'make vty-test' for --disable-external-tests --enable-gbNeels Hofmeyr1-1/+1
2023-03-11utils/osmo-stat-dummy/Makefile.am: drop empty variablesVadim Yanitskiy1-2/+2
2023-03-11utils/Makefile.am: do not overwrite AM_CFLAGSVadim Yanitskiy1-3/+1
2023-03-11utils/Makefile.am: remove duplicate libosmogsm.laVadim Yanitskiy1-1/+1
2023-02-25convolutional coding for CSDHarald Welte1-0/+87
2023-01-27libosmocore: Transition to use of 'telnet_init_default'arehbein1-2/+1
2023-01-18Fix all references to config.hPau Espin Pedrol1-1/+1
2023-01-18Move src/*.{c,h} to src/core/Pau Espin Pedrol2-2/+2
2022-12-21utils/osmo-stat-dummy: check for ENABLE_UTILITIESOliver Smith1-0/+2
2022-12-20ctrl: add optional port to bind commandMax1-1/+1
2022-12-20osmo-stat-dummy: add rate counters and statsd testerMax6-0/+458
2022-11-30osmo-ns-dummy: add ctrl interfaceMax2-3/+25
2022-11-10*/Makefile.am: do not mix up AM_CFLAGS with AM_CPPFLAGSVadim Yanitskiy1-2/+2
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte3-3/+3
2022-05-13osmo-arfcn: Fix false positive in gcc 12.1.0Pau Espin Pedrol1-1/+1
2022-04-27Use internal <osmocom/core/talloc.h> everywhereVadim Yanitskiy1-1/+1
2021-12-14treewide: remove FSF addressOliver Smith5-20/+0
2021-10-04revisit some calls of strtol(), stroul(), strtoull()Neels Hofmeyr1-1/+3
2021-09-21osmo-auc-gen: Print RFC3310 IMS HTTP-AKA style base64 nonce/resHarald Welte1-1/+20
2021-09-17osmo-auc-gen: Permit specifying the SQN in hex (0x12345) formatHarald Welte1-1/+1
2021-03-22osmo-aka-verify: Fix use case with OP and not OPcHarald Welte1-1/+5
2021-03-21utils/osmo-aka-verify: fix swapped CK/IK argumentsVadim Yanitskiy1-1/+1
2021-03-20utils: osmo-aka-verify to verify UMTS AKA (SIM side)Harald Welte2-1/+246
2021-02-20Drop use of log_set_print_filename() API inside libosmocorePau Espin Pedrol1-2/+1
2021-02-02osmo-ns-dummy: Add "mirror-mode" to mirror back any received packetsHarald Welte2-10/+44
2021-01-30osmo-ns-dummy: Add simple NS traffic generatorHarald Welte3-1/+312
2021-01-28gprs_ns2: remove api call gprs_ns2_dynamic_create_nseAlexander Couzens1-1/+0
2021-01-28gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vtyAlexander Couzens1-1/+1
2021-01-28Revert "gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty"Pau Espin Pedrol1-1/+1
2021-01-28gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vtyAlexander Couzens1-1/+1
2021-01-19osmo-ns-dummy: don't leak primitive messagesAlexander Couzens1-0/+3
2021-01-17osmo-ns-dummy: allow to create dynamic NSEsAlexander Couzens1-0/+1
2021-01-01utils: add osmo-ns-dummyAlexander Couzens2-3/+292
2020-08-04utils/gsmtap_logread.py: make it executableVadim Yanitskiy1-0/+0
2020-05-05sim: When decoding SW, take application specific SW into accountHarald Welte1-2/+2
2020-03-22osmo-sim-test: Avoid double-closeHarald Welte1-4/+1
2020-03-21osmo-sim-test: Also [attempt to] dump DF.GSM on USIM cardsHarald Welte1-2/+2
2020-03-21sim: re-structure how we support cards + applicationsHarald Welte1-51/+98
2020-03-21osmo-sim-test: Optionally dump card files to host filesystemHarald Welte1-11/+97
2020-03-21osmo-sim-test: don't print SW in successful case of dump_file()Harald Welte1-1/+0
2020-03-21osmo-sim-test: Use stderr for error messagesHarald Welte1-7/+7
2020-03-09conv: add convolutional coder for AMR SID UPDATE framesPhilipp Maier1-0/+19
2020-03-04osmo-sim-test: check tlv_parsed struct tp before accessPhilipp Maier1-4/+8