--- include/emulator.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/emulator.h b/include/emulator.h index 701decd..509ec71 100644 --- a/include/emulator.h +++ b/include/emulator.h @@ -101,6 +101,11 @@ enum ofono_emulator_request_type ofono_emulator_request_get_type( void ofono_emulator_set_indicator(struct ofono_emulator *em, const char *name, int value); +void ofono_emulator_set_network_name(struct ofono_emulator *em, + const char *name); + +void ofono_emulator_set_network_mode(struct ofono_emulator *em, int mode); + #ifdef __cplusplus } #endif -- 1.7.1