Skip to content

Commit 025e0df

Browse files
author
Teppo Järvelin
committed
Cellular: moved one function in cellularnetwork to public as it was accidently set as protected.
1 parent 5ebdb43 commit 025e0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/AT/AT_CellularNetwork.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ class AT_CellularNetwork : public CellularNetwork, public AT_CellularBase
118118

119119
virtual nsapi_error_t set_registration_urc(RegistrationType type, bool on);
120120

121+
virtual nsapi_error_t get_operator_names(operator_names_list &op_names);
121122
protected:
122123

123124
/** Check if modem supports the given stack type.
@@ -141,7 +142,6 @@ class AT_CellularNetwork : public CellularNetwork, public AT_CellularBase
141142
*/
142143
virtual nsapi_error_t set_access_technology_impl(RadioAccessTechnology op_rat);
143144

144-
virtual nsapi_error_t get_operator_names(operator_names_list &op_names);
145145
private:
146146
// "NO CARRIER" urc
147147
void urc_no_carrier();

0 commit comments

Comments
 (0)