Lightweight PPPoE Fragmentation for Reliable 5G NAS/AS Signaling
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
The existing 5G wireline access technologies face challenges in transporting NAS messages that exceed the maximum transmission unit (MTU) due to the protocol overhead of PPPoE, leading to compatibility issues and unreliable fragmentation and reassembly of control plane traffic between 5G residential gateways and the 5G Access Gateway Function.
Innovation Solution
A fragmentation management mechanism is implemented using a finite state machine (FSM) over PPPoE to manage NAS and AS traffic, allowing for reliable fragmentation and reassembly of messages, with optional lighter mechanisms reducing overhead by leveraging application layer acknowledgements.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Adaptability or versatility
If PPPoE protocol overhead is used for encapsulation, then session multiplexing and lifecycle management are improved, but the maximum transmission unit (MTU) is reduced below the Ethernet 1500 byte MTU
Solution Approach 1:
The patent applies segmentation by dividing large NAS messages into smaller fragments that fit within the reduced MTU constraints of PPPoE encapsulation. The fragmentation mechanism splits messages into multiple manageable units while maintaining the ability to reassemble them at the receiving end, thus resolving the contradiction between protocol overhead and transmission unit size.
2Adaptability or versatility
If VSNP protocol encapsulation is used for NAS and AS traffic, then control plane interactions are enabled, but fragmentation and reassembly reliability is insufficient
Solution Approach 1:
The patent implements feedback mechanisms through acknowledgment protocols that confirm successful receipt and reassembly of fragmented messages. The receiving end sends acknowledgments back to the transmitting end, enabling verification of reliable delivery and triggering retransmission if fragmentation reassembly fails, thus enhancing reliability.
Solution Approach 2:
The patent applies preliminary action by pre-establishing fragmentation management rules and protocols before message transmission begins. The system pre-configures fragmentation thresholds, sequence numbering schemes, and reassembly buffers, ensuring that fragmentation and reassembly can proceed reliably without ad-hoc decisions during transmission.
3Reliability
If full fragmentation management mechanism is implemented, then message reliability is improved, but system complexity increases
Solution Approach 1:
The patent applies partial action by implementing fragmentation management only when necessary - specifically when message size exceeds the PPPoE MTU threshold. For smaller messages, the full fragmentation apparatus is not activated, reducing complexity while maintaining reliability for messages that actually require it.
Solution Approach 2:
The patent extracts the fragmentation management functionality as a separate, modular component that can be independently activated. By separating the fragmentation logic from the core message handling path, the system reduces overall complexity while maintaining reliability - the fragmentation module is only engaged when message size requirements demand it.
Data Source
Figure 1
Figure 2
Figure 3A
AI summary
A method is provided to implement a fragmentation mechanism for a session between a 5G-RG and access gateway function (AGF) communicating over point to point protocol over Ethernet (PPPoE) that encapsulates control messages, where the 5G-RG or the AGF is a sender of a message. The method includes receiving the message to be sent that does not fit within a maximum transmission unit for the session, generating a first fragment of the message and a second fragment of the message, and sending the first fragment of the message and the second fragment of the message to a receiver, the second fragment including metadata with a length, and cyclic redundancy check.