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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
882f1fbe
Commit
882f1fbe
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@5985
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
f99fb689
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
openair2/COMMON/gtpv1_u_messages_types.h
openair2/COMMON/gtpv1_u_messages_types.h
+2
-0
openair2/COMMON/udp_messages_types.h
openair2/COMMON/udp_messages_types.h
+9
-1
No files found.
openair2/COMMON/gtpv1_u_messages_types.h
View file @
882f1fbe
...
...
@@ -90,12 +90,14 @@ typedef struct gtpv1u_enb_tunnel_data_ind_s {
uint8_t
ue_index
;
uint8_t
*
buffer
;
uint32_t
length
;
uint32_t
offset
;
///< start of message offset in buffer
teid_t
enb_S1u_teid
;
///< Tunnel Endpoint Identifier
}
gtpv1u_enb_tunnel_data_ind_t
;
typedef
struct
gtpv1u_enb_tunnel_data_req_s
{
uint8_t
*
buffer
;
uint32_t
length
;
uint32_t
offset
;
///< start of message offset in buffer
uint8_t
ue_index
;
rb_id_t
rab_id
;
}
gtpv1u_enb_tunnel_data_req_t
;
...
...
openair2/COMMON/udp_messages_types.h
View file @
882f1fbe
...
...
@@ -40,8 +40,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