Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cosmetic: osmo-sim-test.c: use memcpy instead of strncpy | Neels Hofmeyr | 2018-07-27 | 1 | -1/+2 |
| | | | | | | | gcc 8.1.0 complains that the terminating \0 is not copied by strncpy, while this code intends to do exactly that. Use memcpy instead. Change-Id: I8d66fa22502c04d11ae153b9856d7e54f3492dd6 | ||||
* | osmo-sim-test.c: Remove unused functions | Pau Espin Pedrol | 2017-06-22 | 1 | -37/+0 |
| | | | | Change-Id: I3060cfee8ece86c4c89a65f93c9f5424df0c410b | ||||
* | utils/osmo-sim-test.c: strip unused variables | Vadim Yanitskiy | 2017-05-17 | 1 | -5/+1 |
| | | | | Change-Id: Id577d9df5a814ad5aa00e1d04c4790d75d17ad7e | ||||
* | fix various compiler warnings (on FreeBSD-11.0) | Harald Welte | 2017-02-08 | 1 | -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 | ||||
* | osmo-sim-test.c: Fix rmsg check | Harald Welte | 2016-11-26 | 1 | -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 | ||||
* | rename osim_file_find_* to osim_file_desc_find_* | Harald Welte | 2016-03-11 | 1 | -1/+1 |
| | | | | they return an osim_file_desc, and not an osim_file, so fix the naming | ||||
* | osmo-sim-test: add missing include | Alexander Huemer | 2015-11-07 | 1 | -0/+1 |
| | |||||
* | osmo-sim-test: Fix read_binary() return check | Harald Welte | 2014-10-27 | 1 | -1/+1 |
| | | | | if we expect rmsg to be set, we should check for it... | ||||
* | sim: Prepare infrastructure for protocols != T=0 and other drivers | Harald Welte | 2014-10-26 | 1 | -2/+2 |
| | |||||
* | sim: Make osmo-sim-test compile again | Harald Welte | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | sim: add decoding of status words | Harald Welte | 2014-10-26 | 1 | -0/+3 |
| | |||||
* | sim: strip the SW from the returned data, as SW is passed in msgb->cb | Harald Welte | 2014-10-26 | 1 | -3/+3 |
| | |||||
* | sim: add copyright notices and merge file_codec.c into core.c | Harald Welte | 2014-10-26 | 1 | -6/+23 |
| | |||||
* | sim: osmo-sim-test: Also dump binary files | Harald Welte | 2014-10-26 | 1 | -10/+39 |
| | |||||
* | initial checkin of 'libosmosim' | Harald Welte | 2014-10-26 | 1 | -0/+370 |