├── LICENSE ├── README.md ├── gNAS.py ├── gSECURITY.py ├── images ├── ... ├── 5g_aka_authentication.png ├── NWu_Emulator.png ├── eap_aka_prime_authentication.png ├── free5gc_setup.png └── non3gpp_untrusted_authentication.png └── nwu_emulator.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fasferraz/NWu-Non3GPP-5GC/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fasferraz/NWu-Non3GPP-5GC/HEAD/README.md -------------------------------------------------------------------------------- /gNAS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fasferraz/NWu-Non3GPP-5GC/HEAD/gNAS.py -------------------------------------------------------------------------------- /gSECURITY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fasferraz/NWu-Non3GPP-5GC/HEAD/gSECURITY.py -------------------------------------------------------------------------------- /images/...: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/5g_aka_authentication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fasferraz/NWu-Non3GPP-5GC/HEAD/images/5g_aka_authentication.png -------------------------------------------------------------------------------- /images/NWu_Emulator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fasferraz/NWu-Non3GPP-5GC/HEAD/images/NWu_Emulator.png -------------------------------------------------------------------------------- /images/eap_aka_prime_authentication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fasferraz/NWu-Non3GPP-5GC/HEAD/images/eap_aka_prime_authentication.png -------------------------------------------------------------------------------- /images/free5gc_setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fasferraz/NWu-Non3GPP-5GC/HEAD/images/free5gc_setup.png -------------------------------------------------------------------------------- /images/non3gpp_untrusted_authentication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fasferraz/NWu-Non3GPP-5GC/HEAD/images/non3gpp_untrusted_authentication.png -------------------------------------------------------------------------------- /nwu_emulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fasferraz/NWu-Non3GPP-5GC/HEAD/nwu_emulator.py --------------------------------------------------------------------------------