Skip to content

Commit b592289

Browse files
author
Chris Trowbridge
authored
Make AT_CellularContext::get_context() virtual
1 parent 46603f8 commit b592289

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/cellular/framework/AT/AT_CellularContext.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ class AT_CellularContext : public CellularContext, public AT_CellularBase {
9999
virtual void deactivate_ip_context();
100100
virtual void set_disconnect();
101101
virtual void deactivate_context();
102+
virtual bool get_context();
103+
pdp_type_t string_to_pdp_type(const char *pdp_type);
104+
AT_CellularBase::CellularProperty pdp_type_t_to_cellular_property(pdp_type_t pdp_type);
102105
private:
103106
#if NSAPI_PPP_AVAILABLE
104107
nsapi_error_t open_data_channel();
@@ -111,11 +114,8 @@ class AT_CellularContext : public CellularContext, public AT_CellularBase {
111114
nsapi_error_t activate_ip_context();
112115
void check_and_deactivate_context();
113116
bool set_new_context(int cid);
114-
bool get_context();
115117
nsapi_error_t delete_current_context();
116-
pdp_type_t string_to_pdp_type(const char *pdp_type);
117118
nsapi_error_t check_operation(nsapi_error_t err, ContextOperation op);
118-
AT_CellularBase::CellularProperty pdp_type_t_to_cellular_property(pdp_type_t pdp_type);
119119
void ciot_opt_cb(mbed::CellularNetwork::CIoT_Supported_Opt ciot_opt);
120120
virtual void do_connect_with_retry();
121121
private:

0 commit comments

Comments
 (0)