srsLTE/srsenb
Andre Puschmann fef6893ce4 make user activity handling independent of system time
this commit removes the getsystime() call from the activity handling.
it uses a single timer per UE to handle its activity.

three different timer values exist. one for the Msg3 reception. This
is like before and is quite low to quickly remove fake UEs from the
RRC. The second is a generic value (set to 1s for now) that covers
the entire UE configuration phase where multiple messages are sent
back and forth until the UE is fully set up and the default
bearer runs. From there on, the UE inactivity timer is used which
may be much bigger than 1s.
2020-01-14 20:52:09 +01:00
..
hdr make user activity handling independent of system time 2020-01-14 20:52:09 +01:00
src make user activity handling independent of system time 2020-01-14 20:52:09 +01:00
test call byte_buffer cleanup in two enb tests and fix typo 2019-12-26 22:06:34 +01:00
CMakeLists.txt update copyright notice 2019-04-29 09:20:02 +02:00
drb.conf.example
enb.conf.example enb: fix list of logging layers in conf example 2019-12-12 15:31:25 +01:00
rr.conf.example remove comma from rr.conf 2019-11-18 07:14:09 +01:00
sib.conf.example add tdd/ca support 2019-04-25 20:57:58 +02:00
sib.conf.mbsfn.example