Commit 6f565a5f authored by aligungr's avatar aligungr

MM cycle period increased

parent fda32ed7
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
static const int NTS_TIMER_ID_NAS_TIMER_CYCLE = 1; static const int NTS_TIMER_ID_NAS_TIMER_CYCLE = 1;
static const int NTS_TIMER_ID_MM_CYCLE = 2; static const int NTS_TIMER_ID_MM_CYCLE = 2;
static const int NTS_TIMER_INTERVAL_NAS_TIMER_CYCLE = 1000; static const int NTS_TIMER_INTERVAL_NAS_TIMER_CYCLE = 1000;
static const int NTS_TIMER_INTERVAL_MM_CYCLE = 400; static const int NTS_TIMER_INTERVAL_MM_CYCLE = 1100;
namespace nr::ue namespace nr::ue
{ {
......
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