Commit 2776ec78 authored by Raymond Knopp's avatar Raymond Knopp

Add initial support for DL Data Delivery status reporting over NR-User plane protocol in gtp-u

parent d4b566ce
This diff is collapsed.
......@@ -41,6 +41,11 @@ typedef struct openAddr_s {
instance_t originInstance;
} openAddr_t;
typedef struct extensionHeader_s{
uint8_t buffer[500];
uint8_t length;
}extensionHeader_t;
// the init function create a gtp instance and return the gtp instance id
// the parameter originInstance will be sent back in each message from gtp to the creator
void ocp_gtpv1uReceiver(int h);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment