Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OAI-RAN-5G-sheduler_MaxTBS
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
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
MAQ5G-PFC
OAI-RAN-5G-sheduler_MaxTBS
Commits
69025978
Commit
69025978
authored
10 years ago
by
hrizi
Browse files
Options
Downloads
Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5761
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
30efd226
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair2/COMMON/ral_messages_types.h
+11
-0
11 additions, 0 deletions
openair2/COMMON/ral_messages_types.h
with
11 additions
and
0 deletions
openair2/COMMON/ral_messages_types.h
+
11
−
0
View file @
69025978
...
...
@@ -77,6 +77,7 @@ LINK COMMANDS:
#define RRC_RAL_CONNECTION_ESTABLISHMENT_CONF(mSGpTR) (mSGpTR)->ittiMsg.rrc_ral_connection_establishment_conf
#define RRC_RAL_CONNECTION_ESTABLISHMENT_IND(mSGpTR) (mSGpTR)->ittiMsg.rrc_ral_connection_establishment_ind
#define RRC_RAL_CONNECTION_REESTABLISHMENT_IND(mSGpTR) (mSGpTR)->ittiMsg.rrc_ral_connection_reestablishment_ind
#define RRC_RAL_CONNECTION_RECONFIGURATION_REQ(mSGpTR) (mSGpTR)->ittiMsg.rrc_ral_connection_reconfiguration_req
#define RRC_RAL_CONNECTION_RECONFIGURATION_IND(mSGpTR) (mSGpTR)->ittiMsg.rrc_ral_connection_reconfiguration_ind
#define RRC_RAL_CONNECTION_RECONFIGURATION_HO_IND(mSGpTR) (mSGpTR)->ittiMsg.rrc_ral_connection_reconfiguration_ho_ind
...
...
@@ -91,6 +92,7 @@ typedef MIH_C_STATUS_T ral_status_t;
typedef
MIH_C_CHOICE_T
ral_choice_t
;
typedef
MIH_C_CONFIG_STATUS_T
ral_config_status_t
;
typedef
MIH_C_TH_ACTION_T
ral_th_action_t
;
typedef
MIH_C_LINK_ACTION_T
ral_link_action_t
;
#define RAL_STATUS_SUCCESS MIH_C_STATUS_SUCCESS
...
...
@@ -181,6 +183,15 @@ typedef struct rrc_ral_connection_reestablishment_ind_s {
uint8_t
num_srb
;
}
rrc_ral_connection_reestablishment_ind_t
;
typedef
struct
rrc_ral_connection_reconfiguration_req_s
{
ral_transaction_id_t
transaction_id
;
uint16_t
ue_id
;
ral_link_action_t
link_action
;
// uint8_t num_drb;
// rb_id_t drb_id[maxDRB];
// uint8_t num_srb;
}
rrc_ral_connection_reconfiguration_req_t
;
typedef
struct
rrc_ral_connection_reconfiguration_ind_s
{
uint16_t
ue_id
;
...
...
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