Commit 3c6590c5 authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent 7b3fbc85
......@@ -18,6 +18,7 @@ namespace nas
* - Items are unique, if already exists, deletes the previous one
* - List have fixed size, if capacity is full, oldest item is deleted
* - Automatically cleared after specified period
* - The list is NOT thread safe
*/
template <typename T>
class NasListT1
......
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