Commit Graph

109 Commits (7bfcc6522777e1806a79ef531e8a75ae324d1b5d)
 

Author SHA1 Message Date
Harald Welte 7bfcc65227 slotmap: restructure read_cb()
4 years ago
Harald Welte e5c7773c7f client slot
4 years ago
Harald Welte f5a0fa37c4 Initial version of remsim-server
4 years ago
Harald Welte 648f4e33b4 slotmap: Introduce slotmap_{rd,wr,un}lock() wrappers for lock debugging
4 years ago
Harald Welte 4b676bc6f1 slotmap: Log file/line when changing state
4 years ago
Harald Welte 294298c4af slotmap: Add _slotmap_del() for callers that already have a lock
4 years ago
Harald Welte c86568359c slotmap: Add slotmap_get_id() function to get numeric ID of slot map
4 years ago
Harald Welte 2bf39e0fe0 slotmap: Add "DELETE_REQ" state
4 years ago
Harald Welte f4e75043de slotmap: Return newly-created map from slotmap_add()
4 years ago
Harald Welte 91a0a4adda slotmap: Introduce the concept of a slotmap state
4 years ago
Harald Welte faef8f06ed slotmap: Introduce slotmap-printing function and use it
4 years ago
Harald Welte cbd18960e7 generalize slotmap to make use of it outside of bankd
4 years ago
Harald Welte 61d98e9f3e share debug.[ch] across all executables
4 years ago
Harald Welte e56f2b9b46 client: Connect to server before connecting to bankd
4 years ago
Harald Welte 0eaa0ef796 rspro_util: Add rspro_IpAddr2str() to get stringified version of IpAddr_t
4 years ago
Harald Welte 92bd881c23 rspro_util: Add rspro_comp_id_retrieve()
4 years ago
Harald Welte c0097b1e55 respro_util: Add rspro_gen_ConfigClientRes() function
4 years ago
Harald Welte 7fc64bc5b2 move osmo_fsm_register() into constructor function
4 years ago
Harald Welte 3ac66a1bb7 Add dotty graphs on osmo-remsim to 'doc' subdirectory
4 years ago
Harald Welte ec786eb8a0 update .gitignore to include .libs and executable names
4 years ago
Harald Welte c0a4ae4c3b add rspro_gen_{Remove,Create}Mapping{Req,Res}()
4 years ago
Harald Welte 62e3f5f51c rspro_util.c: Set pdu version to 2 for all generator functions
4 years ago
Harald Welte f9995a36fd rspro_server_conn: Add handle_rx() call-back
4 years ago
Maxim Suraev 4248bec905 Add git-review config
4 years ago
Kevin Redon 6f074b787a minor: show USB error message instead of number
5 years ago
Kevin Redon 206c3d7d0a add ATR as command line argument
5 years ago
Kevin Redon f120b64b90 remsim: fix TPDU response size transmission
5 years ago
Harald Welte c3632a778f rspro_gen_ConnectClientReq(): don't dereference optional 'client'
5 years ago
Harald Welte 098ef8780c server_conn_fsm_alloc(): add explicit talloc context argument
5 years ago
Harald Welte 7f0e82f9d4 move ipa_client_conn_send_rspro() into remsim_client_fsm.c
5 years ago
Harald Welte fc0ba94dd6 move 'struct rspro_server_conn' to client.h
5 years ago
Harald Welte a4e0a2396b move DMAIN definition to new debug.h
5 years ago
Harald Welte b0cef1d776 configure.ac: Explicitly check for -lcsv and csv.h
5 years ago
Harald Welte 8bb639ac3b libusb_util.c: Avoid gcc warning about strncpy()
5 years ago
Harald Welte 61df6c309c contrib/jenkins.sh: Fix project name printed during build
5 years ago
Harald Welte 72f702c243 contrib/jenkins.sh: Ensure PKG_CONFIG_PATH is set before build
5 years ago
Harald Welte 80a83cc166 contrib/jenkins.sh: Harmonize with other projects
5 years ago
Harald Welte c7b5c7aaf2 Add contrib/jenkins.sh for build verification
5 years ago
Martin Hauke 058457542a Fix compiler warning: no-return-in-nonvoid-function main.c
5 years ago
Kevin Redon 3428e415b3 add sim switch and modem reset for OWHW
5 years ago
Kevin Redon fbca97a87e add client id and slot number as command line argument
5 years ago
Kevin Redon 3ec265bca1 move main print output closer to main (minor)
5 years ago
Kevin Redon 19c97ed22a set client name (minor)
5 years ago
Kevin Redon efbf249e08 remove duplicate print output (minor)
5 years ago
Kevin Redon 21e31de068 indicate more clearly SIMtrace traffic in output log
5 years ago
Kevin Redon 193a8c19c3 remove unused remote UDP variable
5 years ago
Kevin Redon 39eb9dce71 add command line arguments to set bankd host and port
5 years ago
Kevin Redon 79126566f5 minor: disable ASN1 debug
5 years ago
Kevin Redon 9b69a3f4b9 send response APDU from bankd (card) to SIMtrace (modem)
5 years ago
Kevin Redon bc08db5cee send correct APDU to bankd
5 years ago