| 52 | bool handleRPDU(const RLFrame& RPDU); |
| 53 | public: |
| 54 | MOSMSMachine(TranEntry *tran) : SMSCommon(tran), mSmsState(MoSmsIdle) {} |
| 55 | const char *debugName() const { return "MOSMSMachine"; } |
| 56 | friend void startMOSMS(const GSM::L3MMMessage *l3msg, MMContext *mmchan); |
| 57 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected