You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 years ago
..
hdr make user activity handling independent of system time 5 years ago
src make user activity handling independent of system time 5 years ago
test call byte_buffer cleanup in two enb tests and fix typo 5 years ago
CMakeLists.txt update copyright notice 6 years ago
drb.conf.example Changed default DRB config QCI 9 to AM 6 years ago
enb.conf.example enb: fix list of logging layers in conf example 5 years ago
rr.conf.example remove comma from rr.conf 5 years ago
sib.conf.example add tdd/ca support 6 years ago
sib.conf.mbsfn.example fix sib.conf.mbsfn.example defaults 6 years ago