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
canghaiwuhen
OpenXG-RAN
Commits
9cbe078e
Commit
9cbe078e
authored
5 years ago
by
s.rampalli
Committed by
Rigiel
4 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
indentations fixed
parent
defea03a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
openair2/RRC/LTE/rrc_eNB.c
openair2/RRC/LTE/rrc_eNB.c
+0
-4
No files found.
openair2/RRC/LTE/rrc_eNB.c
View file @
9cbe078e
...
@@ -2124,7 +2124,6 @@ rrc_eNB_generate_RRCConnectionReestablishmentReject(
...
@@ -2124,7 +2124,6 @@ rrc_eNB_generate_RRCConnectionReestablishmentReject(
PROTOCOL_RRC_CTXT_UE_ARGS(ctxt_pP),
PROTOCOL_RRC_CTXT_UE_ARGS(ctxt_pP),
ue_p->Srb0.Tx_buffer.payload_size);
ue_p->Srb0.Tx_buffer.payload_size);
}
}
#ifdef GES_ENDC_SUPPORT
#if 0
#if 0
void rrc_generate_SgNBReleaseRequest(
void rrc_generate_SgNBReleaseRequest(
const protocol_ctxt_t *const ctxt_pP,
const protocol_ctxt_t *const ctxt_pP,
...
@@ -2146,7 +2145,6 @@ void rrc_generate_SgNBReleaseRequest(
...
@@ -2146,7 +2145,6 @@ void rrc_generate_SgNBReleaseRequest(
return;
return;
}
}
#endif
#endif
#endif
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
/*
/*
* Generate the RRC Connection Release to UE.
* Generate the RRC Connection Release to UE.
...
@@ -2166,7 +2164,6 @@ rrc_eNB_generate_RRCConnectionRelease(
...
@@ -2166,7 +2164,6 @@ rrc_eNB_generate_RRCConnectionRelease(
memset(buffer, 0, RRC_BUF_SIZE);
memset(buffer, 0, RRC_BUF_SIZE);
T(T_ENB_RRC_CONNECTION_RELEASE, T_INT(ctxt_pP->module_id), T_INT(ctxt_pP->frame),
T(T_ENB_RRC_CONNECTION_RELEASE, T_INT(ctxt_pP->module_id), T_INT(ctxt_pP->frame),
T_INT(ctxt_pP->subframe), T_INT(ctxt_pP->rnti));
T_INT(ctxt_pP->subframe), T_INT(ctxt_pP->rnti));
#ifdef GES_ENDC_SUPPORT
#if 0
#if 0
if(ue_context_pP != NULL) {
if(ue_context_pP != NULL) {
...
@@ -2175,7 +2172,6 @@ rrc_eNB_generate_RRCConnectionRelease(
...
@@ -2175,7 +2172,6 @@ rrc_eNB_generate_RRCConnectionRelease(
}
}
}
}
#endif
#endif
#endif
size = do_RRCConnectionRelease(ctxt_pP->module_id, buffer,rrc_eNB_get_next_transaction_identifier(ctxt_pP->module_id));
size = do_RRCConnectionRelease(ctxt_pP->module_id, buffer,rrc_eNB_get_next_transaction_identifier(ctxt_pP->module_id));
ue_context_pP->ue_context.ue_reestablishment_timer = 0;
ue_context_pP->ue_context.ue_reestablishment_timer = 0;
...
...
This diff is collapsed.
Click to expand it.
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