Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
3685cf3f
Commit
3685cf3f
authored
Dec 04, 2013
by
winckel
Browse files
Added struct names.
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@4582
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
89df5c91
Changes
1
Show whitespace changes
Inline
Side-by-side
openair2/COMMON/sctp_messages_types.h
View file @
3685cf3f
...
...
@@ -8,7 +8,7 @@ enum sctp_state_e {
SCTP_STATE_UNREACHABLE
};
typedef
struct
{
typedef
struct
sctp_new_association_req_s
{
/* Upper layer connexion identifier */
uint16_t
ulp_cnx_id
;
...
...
@@ -23,7 +23,7 @@ typedef struct {
net_ip_address_t
remote_address
;
}
sctp_new_association_req_t
;
typedef
struct
{
typedef
struct
sctp_new_association_ind_s
{
/* Assoc id of the new association */
int32_t
assoc_id
;
...
...
@@ -35,7 +35,7 @@ typedef struct {
uint16_t
out_streams
;
}
sctp_new_association_ind_t
;
typedef
struct
{
typedef
struct
sctp_new_association_resp_s
{
/* Upper layer connexion identifier */
uint16_t
ulp_cnx_id
;
...
...
@@ -50,7 +50,7 @@ typedef struct {
enum
sctp_state_e
sctp_state
;
}
sctp_new_association_resp_t
;
typedef
struct
{
typedef
struct
sctp_data_ind_s
{
/* SCTP Association ID */
int32_t
assoc_id
;
...
...
@@ -64,7 +64,7 @@ typedef struct {
typedef
sctp_data_ind_t
sctp_data_req_t
;
typedef
struct
{
typedef
struct
sctp_listener_register_upper_layer_s
{
/* Port to listen to */
uint16_t
port
;
/* Payload protocol identifier
...
...
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