Skip to content

Commit 6dffe6e

Browse files
committed
Remove CellularInterface
This has been superceded by CellularBase. Name change occurred late in review of #4119 and original unused CellularInterface was left behind.
1 parent 1c5bbaf commit 6dffe6e

File tree

2 files changed

+3
-88
lines changed

2 files changed

+3
-88
lines changed

features/netsocket/CellularInterface.h

Lines changed: 0 additions & 85 deletions
This file was deleted.

features/netsocket/cellular/generic_modem_driver/PPPCellularInterface.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class PPPCellularInterface : public CellularBase {
151151
* @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
152152
*
153153
* Attempts to connect to a Cellular network.
154-
* This driver is written mainly for data network connections as CellularInterface
154+
* This driver is written mainly for data network connections as CellularBase
155155
* is NetworkInterface. That's why connect() call internally calls nwk_registration()
156156
* method with parameter PACKET_SWITCHED network. Circuit switched hook and registration
157157
* process is implemented and left in the driver for future extension/subclass support,e.g.,
@@ -396,8 +396,8 @@ class PPPCellularInterface : public CellularBase {
396396
/** Starts network registration process.
397397
*
398398
* Potential users could be subclasses who are not network interface
399-
* but would like to use CellularInterface infrastructure to register
400-
* with a cellular network, e.g., an SMS extension to CellularInterface.
399+
* but would like to use CellularBase infrastructure to register
400+
* with a cellular network, e.g., an SMS extension to CellularBase.
401401
*
402402
* @param nwk_type type of network to connect, defaults to packet switched network
403403
*

0 commit comments

Comments
 (0)