Attention is currently required from: laforge.
1 comment:
File doc/manuals/chapters/overview.adoc:
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,
};
To view, visit change 30835. To unsubscribe, or for help writing mail filters, visit settings.