Commit 2314b695 authored by aligungr's avatar aligungr

MM interface with SM improvement

parent 22dc2d7b
...@@ -158,10 +158,13 @@ class NasMm ...@@ -158,10 +158,13 @@ class NasMm
private: /* Timer */ private: /* Timer */
void onTimerExpire(nas::NasTimer &timer); void onTimerExpire(nas::NasTimer &timer);
public: /* Interface */ public:
void handleRrcEvent(const NwUeRrcToNas &msg); /* Interface */
void handleNasEvent(const NwUeNasToNas &msg); void handleRrcEvent(const NwUeRrcToNas &msg); // used by RRC
void deliverUlTransport(const nas::UlNasTransport &msg); 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 } // 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