Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Worker.N
openairinterface5G
Commits
3685cf3f
Commit
3685cf3f
authored
11 years ago
by
winckel
Browse files
Options
Downloads
Patches
Plain Diff
Added struct names.
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@4582
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
89df5c91
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair2/COMMON/sctp_messages_types.h
+5
-5
5 additions, 5 deletions
openair2/COMMON/sctp_messages_types.h
with
5 additions
and
5 deletions
openair2/COMMON/sctp_messages_types.h
+
5
−
5
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment