Cellular: moved one function in cellularnetwork to public as it was accidently set as protected.

pull/6682/head
Teppo Järvelin 2018-04-19 13:40:33 +03:00
parent 5ebdb439af
commit 025e0dfc49
1 changed files with 1 additions and 1 deletions

View File

@ -118,6 +118,7 @@ public: // CellularNetwork
virtual nsapi_error_t set_registration_urc(RegistrationType type, bool on);
virtual nsapi_error_t get_operator_names(operator_names_list &op_names);
protected:
/** Check if modem supports the given stack type.
@ -141,7 +142,6 @@ protected:
*/
virtual nsapi_error_t set_access_technology_impl(RadioAccessTechnology op_rat);
virtual nsapi_error_t get_operator_names(operator_names_list &op_names);
private:
// "NO CARRIER" urc
void urc_no_carrier();