aboutsummaryrefslogtreecommitdiffstats
path: root/utils/osmo-sim-test.c
AgeCommit message (Collapse)AuthorFilesLines
2017-06-22osmo-sim-test.c: Remove unused functionsPau Espin Pedrol1-37/+0
Change-Id: I3060cfee8ece86c4c89a65f93c9f5424df0c410b
2017-05-17utils/osmo-sim-test.c: strip unused variablesVadim Yanitskiy1-5/+1
Change-Id: Id577d9df5a814ad5aa00e1d04c4790d75d17ad7e
2017-02-08fix various compiler warnings (on FreeBSD-11.0)Harald Welte1-3/+3
FreeBSD 11.0 uses clang version 3.8.0 which spits various warnings during libosmocore compilation. Let's clean this up a bit. Change-Id: Ic14572e6970bd0b8916604fabf807f1608fa07e5
2016-11-26osmo-sim-test.c: Fix rmsg checkHarald Welte1-1/+1
we wanted to check for !rmsg, but used to check for !msg, missing error returns from read_record_nr(). Change-Id: I79b6a94b1aa947c8329317b0626865c3cd4159c1 Fixes: Coverity CID 57672
2016-03-11rename osim_file_find_* to osim_file_desc_find_*Harald Welte1-1/+1
they return an osim_file_desc, and not an osim_file, so fix the naming
2015-11-07osmo-sim-test: add missing includeAlexander Huemer1-0/+1
2014-10-27osmo-sim-test: Fix read_binary() return checkHarald Welte1-1/+1
if we expect rmsg to be set, we should check for it...
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 Welte1-0/+370