Commit 2314b695 authored by aligungr's avatar aligungr

MM interface with SM improvement

parent 22dc2d7b
......@@ -158,10 +158,13 @@ class NasMm
private: /* Timer */
void onTimerExpire(nas::NasTimer &timer);
public: /* Interface */
void handleRrcEvent(const NwUeRrcToNas &msg);
void handleNasEvent(const NwUeNasToNas &msg);
void deliverUlTransport(const nas::UlNasTransport &msg);
public:
/* Interface */
void handleRrcEvent(const NwUeRrcToNas &msg); // used by RRC
void handleNasEvent(const NwUeNasToNas &msg); // used by NAS
void deliverUlTransport(const nas::UlNasTransport &msg); // used by SM
bool isRegistered(); // used by SM
bool isRegisteredForEmergency(); // used by SM
};
} // namespace nr::ue
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment