Skip to content

Commit bf76abf

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 32060bb commit bf76abf

File tree

2 files changed

+3
-78
lines changed

2 files changed

+3
-78
lines changed

features/netsocket/CellularInterface.h

Lines changed: 0 additions & 75 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
@@ -137,7 +137,7 @@ class PPPCellularInterface : public CellularBase {
137137
/** Start the interface
138138
*
139139
* Attempts to connect to a Cellular network.
140-
* This driver is written mainly for data network connections as CellularInterface
140+
* This driver is written mainly for data network connections as CellularBase
141141
* is NetworkInterface. That's why connect() call internally calls nwk_registration()
142142
* method with parameter PACKET_SWITCHED network. Circuit switched hook and registration
143143
* process is implemented and left in the driver for future extension/subclass support,e.g.,
@@ -362,8 +362,8 @@ class PPPCellularInterface : public CellularBase {
362362
/** Starts network registration process.
363363
*
364364
* Potential users could be subclasses who are not network interface
365-
* but would like to use CellularInterface infrastructure to register
366-
* with a cellular network, e.g., an SMS extension to CellularInterface.
365+
* but would like to use CellularBase infrastructure to register
366+
* with a cellular network, e.g., an SMS extension to CellularBase.
367367
*
368368
* @param nwk_type type of network to connect, defaults to packet switched network
369369
*

0 commit comments

Comments
 (0)