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.
Francisco Paisana f2d88e5a5b simplified NAS rrc connection request procedure
move non-type-specific methods of proc_t to its base class.
procedure state machine was simplified via a future-type. Now procedures dont get stuck until the user reads the procedure outcome.
made the NAS procedures more event trigger/reaction-based.
5 years ago
..
gw.h moved gw metrics out of stack_metrics_t 6 years ago
gw_metrics.h introduce new UE layer design 6 years ago
nas.h simplified NAS rrc connection request procedure 5 years ago
nas_common.h add NAS metrics struct and move NAS states into common header 6 years ago
nas_metrics.h add NAS metrics struct and move NAS states into common header 6 years ago
pcsc_usim.h Fix compilation error when PCSC is enabled. 6 years ago
tft_packet_filter.h remove hard-coded LCID for dedicated bearer in GW 6 years ago
usim.h fixing uninitialized class members found by coverity 6 years ago
usim_base.h created a asn1 utils with helper functions and types related to the asn1. These types/functions will help isolate the rrc_asn1 lib from most of the layers, reducing this way the compile times, and leading to better isolation. This will also make the transition to NR smoother. I removed the asn1 types from the NAS and USIM interface so far. 6 years ago