Attention is currently required from: laforge. neels has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-upf/+/30835 )
Change subject: manual: add charts explaining tunend and tunmap ......................................................................
Patch Set 2:
(1 comment)
File doc/manuals/chapters/overview.adoc:
https://gerrit.osmocom.org/c/osmo-upf/+/30835/comment/8b30cde2_e3fef7af PS2, Line 82: .
I think the diagram is a bit misleading. […]
hm, that's true ... i was trying to refer to the Source Interface and Destination Interface IEs indicating Access and Core, as in
enum osmo_pfcp_source_iface { OSMO_PFCP_SOURCE_IFACE_ACCESS = 0, OSMO_PFCP_SOURCE_IFACE_CORE = 1, OSMO_PFCP_SOURCE_IFACE_SGI_LAN_N6_LAN = 2, OSMO_PFCP_SOURCE_IFACE_CP_FUNCTION = 3, OSMO_PFCP_SOURCE_IFACE_5G_VN_INTERNAL = 4, };
enum osmo_pfcp_dest_iface { OSMO_PFCP_DEST_IFACE_ACCESS = 0, OSMO_PFCP_DEST_IFACE_CORE = 1, OSMO_PFCP_DEST_IFACE_SGI_LAN_N6_LAN = 2, OSMO_PFCP_DEST_IFACE_CP_FUNCTION = 3, OSMO_PFCP_DEST_IFACE_LI_FUNCTION = 4, OSMO_PFCP_DEST_IFACE_5G_VN_INTERNAL = 5, };