Generalize SIM switching code and allow local/remote switching via USB

This commit is contained in:
Harald Welte
2017-05-09 06:46:47 +02:00
parent 114e74d322
commit 5c583d3535
5 changed files with 93 additions and 32 deletions

View File

@@ -0,0 +1,4 @@
#pragma once
int sim_switch_use_physical(unsigned int nr, int physical);
int sim_switch_init(void);