osmo-remsim/src
Harald Welte 9ebbacc801 correctly use asn1c API: PDU pointers must be NULL when calling decoder
If the pointers are != NULL, asn1c assumes their memory has already been
allocated, rather than dynamically allocating storage for it.

Change-Id: I6b78be75d8927f032ca4051520a3053b3fbf9e13
2018-09-24 17:46:05 +02:00
..
rspro RSPRO: don't use "default 1" for protocol version 2018-09-24 14:49:41 +02:00
Makefile.am bankd_pcsc: Add CSV based mapping of bank-id/slot-nr to PC/SC reader name 2018-09-23 19:29:51 +02:00
bankd.h bankd: Add app_comp_id to use repro_util helpers 2018-09-24 14:54:23 +02:00
bankd_main.c correctly use asn1c API: PDU pointers must be NULL when calling decoder 2018-09-24 17:46:05 +02:00
bankd_pcsc.c bankd_pcsc: Add CSV based mapping of bank-id/slot-nr to PC/SC reader name 2018-09-23 19:29:51 +02:00
bankd_pcsc_slots.csv bankd_pcsc: Add CSV based mapping of bank-id/slot-nr to PC/SC reader name 2018-09-23 19:29:51 +02:00
bankd_slotmap.c bankd_slotmap: Fix debug statements 2018-09-23 19:26:09 +02:00
client.h client: bankd_send_rspro -> ipa_client_conn_send_rspro 2018-08-24 21:42:22 +02:00
driver_core.c initial checkin of osmo-remsim 2018-08-15 08:54:50 +02:00
driver_pcsc.c Add initial remsim-bankd skeleton 2018-08-15 08:56:31 +02:00
internal.h initial checkin of osmo-remsim 2018-08-15 08:54:50 +02:00
main.c Add initial remsim-bankd skeleton 2018-08-15 08:56:31 +02:00
remsim_client.c client: Generate CLIENT_CONN_RES event to FSM on RSPR rx of ClientConnRes 2018-09-24 14:53:41 +02:00
remsim_client_fsm.c remsim_client_fsm: Handle re-connect timeout and initial connection failure 2018-09-24 11:51:51 +02:00
rspro_client.c Add initial remsim-bankd skeleton 2018-08-15 08:56:31 +02:00
rspro_util.c correctly use asn1c API: PDU pointers must be NULL when calling decoder 2018-09-24 17:46:05 +02:00
rspro_util.h rspro_util: Add rspro_gen_ConnectClientRes() function 2018-09-24 14:56:04 +02:00