
GNB unable to connect to new AMF
================================
If the AMF changes, GNB does not connect anymore.

Workaround: check the list of registered AMF, and reboot GNB if the list is empty.

GNB-UPF Tunnel (N3 interface)
=============================
The N3 interface between GNB and UPF is not resilient to changes in the UPF. 

Scenario: UPF is restarted after GNB connects. 

Issue: GNB is not aware of the new address of UPF, and tries to connect to the previous address.

N6 LAN
======
There is currently no N6 LAN pod instantiated by this release. N6 LAN is expected to be an NFV domain, so it would include more complex setup that a single pod.

Network routing in UE
=====================
Ueransim currently install a default route on the rt_uesimtun0 routing table, and a rule to use that route only for
traffic coming from the uesimtun0 address. This is the reason why it is necessary to bind that interface to use the tunnel
(e.g., ping -I uesimtun0 10.45.0.1).
Below the output of the main commands:

# ip route show table rt_uesimtun0
default dev uesimtun0 scope link

# ip rule show
0:	from all lookup local
32764:	from 10.45.0.6 lookup rt_uesimtun0
32765:	from 10.45.0.5 lookup rt_uesimtun0
32766:	from all lookup main
32767:	from all lookup default

Errors when removing resources
==============================
When removing resources by deleting the main manifest file, resources are deleted the same order they are created.
This is not correct, because the order should be reversed. However, this is the simple option and does not 
have any side effect.

Delaye Goldeneye start
======================
The current timeout on the goldeneye socket is still quite long. It may take up to 2 minutes for goldeneye to fail and restart.
So, be patient when starting the attack!
