Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangjie
OpenXG-RAN
Commits
645d2ae7
Commit
645d2ae7
authored
Nov 06, 2014
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5981
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
021ca70b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
openair-cn/COMMON/gtpv1_u_messages_types.h
openair-cn/COMMON/gtpv1_u_messages_types.h
+2
-0
openair-cn/COMMON/udp_messages_types.h
openair-cn/COMMON/udp_messages_types.h
+9
-1
No files found.
openair-cn/COMMON/gtpv1_u_messages_types.h
View file @
645d2ae7
...
...
@@ -73,12 +73,14 @@ typedef struct {
typedef
struct
{
uint8_t
*
buffer
;
uint32_t
length
;
uint32_t
offset
;
///< start of message offset in buffer
Teid_t
local_S1u_teid
;
///< Tunnel Endpoint Identifier
}
Gtpv1uTunnelDataInd
;
typedef
struct
{
uint8_t
*
buffer
;
uint32_t
length
;
uint32_t
offset
;
///< start of message offset in buffer
Teid_t
local_S1u_teid
;
///< Tunnel Endpoint Identifier
Teid_t
S1u_enb_teid
;
///< Tunnel Endpoint Identifier
}
Gtpv1uTunnelDataReq
;
...
...
openair-cn/COMMON/udp_messages_types.h
View file @
645d2ae7
...
...
@@ -39,8 +39,16 @@ typedef struct {
typedef
struct
{
uint8_t
*
buffer
;
uint32_t
buffer_length
;
uint32_t
buffer_offset
;
uint32_t
peer_address
;
uint32_t
peer_port
;
}
udp_data_req_t
,
udp_data_ind_t
;
}
udp_data_req_t
;
typedef
struct
{
uint8_t
*
buffer
;
uint32_t
buffer_length
;
uint32_t
peer_address
;
uint32_t
peer_port
;
}
udp_data_ind_t
;
#endif
/* UDP_MESSAGES_TYPES_H_ */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment