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
zzha zzha
OpenXG-RAN
Commits
d160ae24
Commit
d160ae24
authored
Aug 15, 2017
by
mohamed.said
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing issues in do_RRCConnectionSetup_BR
parent
4a067bd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
openair2/RRC/LITE/MESSAGES/asn1_msg.c
openair2/RRC/LITE/MESSAGES/asn1_msg.c
+10
-6
No files found.
openair2/RRC/LITE/MESSAGES/asn1_msg.c
View file @
d160ae24
...
...
@@ -2267,14 +2267,16 @@ do_RRCConnectionSetup_BR(
epdcch_setconfig_r11
->
ext2
->
numberPRB_Pairs_v1310
=
NULL
;
epdcch_setconfig_r11
->
ext2
->
mpdcch_config_r13
=
calloc
(
1
,
sizeof
(
struct
EPDCCH_SetConfig_r11__ext2__mpdcch_config_r13
));
epdcch_setconfig_r11
->
ext2
->
mpdcch_config_r13
->
present
=
EPDCCH_SetConfig_r11__ext2__mpdcch_config_r13_PR_setup
;
epdcch_setconfig_r11
->
ext2
->
mpdcch_config_r13
->
choice
.
setup
.
csi_NumRepetitionCE_r13
=
EPDCCH_SetConfig_r11__ext2__mpdcch_config_r13__setup__csi_NumRepetitionCE_r13_sf1
;
epdcch_setconfig_r11
->
ext2
->
mpdcch_config_r13
->
choice
.
setup
.
mpdcch_pdsch_HoppingConfig_r13
=
EPDCCH_SetConfig_r11__ext2__mpdcch_config_r13__setup__mpdcch_pdsch_HoppingConfig_r13_off
;
epdcch_setconfig_r11
->
ext2
->
mpdcch_config_r13
->
choice
.
setup
.
mpdcch_StartSF_UESS_r13
.
present
=
EPDCCH_SetConfig_r11__ext2__mpdcch_config_r13__setup__mpdcch_StartSF_UESS_r13_PR_fdd_r13
;
epdcch_setconfig_r11
->
ext2
->
mpdcch_config_r13
->
choice
.
setup
.
csi_NumRepetitionCE_r13
=
EPDCCH_SetConfig_r11__ext2__mpdcch_config_r13__setup__csi_NumRepetitionCE_r13_sf1
;
epdcch_setconfig_r11
->
ext2
->
mpdcch_config_r13
->
choice
.
setup
.
mpdcch_pdsch_HoppingConfig_r13
=
EPDCCH_SetConfig_r11__ext2__mpdcch_config_r13__setup__mpdcch_pdsch_HoppingConfig_r13_off
;
epdcch_setconfig_r11
->
ext2
->
mpdcch_config_r13
->
choice
.
setup
.
mpdcch_StartSF_UESS_r13
.
present
=
EPDCCH_SetConfig_r11__ext2__mpdcch_config_r13__setup__mpdcch_StartSF_UESS_r13_PR_fdd_r13
;
epdcch_setconfig_r11
->
ext2
->
mpdcch_config_r13
->
choice
.
setup
.
mpdcch_StartSF_UESS_r13
.
choice
.
fdd_r13
=
EPDCCH_SetConfig_r11__ext2__mpdcch_config_r13__setup__mpdcch_StartSF_UESS_r13__fdd_r13_v1
;
epdcch_setconfig_r11
->
ext2
->
mpdcch_config_r13
->
choice
.
setup
.
mpdcch_NumRepetition_r13
=
EPDCCH_SetConfig_r11__ext2__mpdcch_config_r13__setup__mpdcch_NumRepetition_r13_r1
;
epdcch_setconfig_r11
->
ext2
->
mpdcch_config_r13
->
choice
.
setup
.
mpdcch_Narrowband_r13
=
3
;
epdcch_setconfig_r11
->
ext2
->
mpdcch_config_r13
->
choice
.
setup
.
mpdcch_NumRepetition_r13
=
EPDCCH_SetConfig_r11__ext2__mpdcch_config_r13__setup__mpdcch_NumRepetition_r13_r1
;
epdcch_setconfig_r11
->
ext2
->
mpdcch_config_r13
->
choice
.
setup
.
mpdcch_Narrowband_r13
=
3
;
ASN_SEQUENCE_ADD
(
physicalConfigDedicated2
->
ext4
->
epdcch_Config_r11
->
config_r11
.
choice
.
setup
.
setConfigToAddModList_r11
,
epdcch_setconfig_r11
);
// FIXME allocate physicalConfigDedicated2->ext7
physicalConfigDedicated2
->
ext7
=
CALLOC
(
1
,
sizeof
(
struct
PhysicalConfigDedicated__ext7
));
physicalConfigDedicated2
->
ext7
->
pdsch_ConfigDedicated_v1310
=
NULL
;
physicalConfigDedicated2
->
ext7
->
pusch_ConfigDedicated_r13
=
NULL
;
...
...
@@ -2290,7 +2292,9 @@ do_RRCConnectionSetup_BR(
physicalConfigDedicated2
->
ext7
->
csi_RS_Config_v1310
=
NULL
;
physicalConfigDedicated2
->
ext7
->
ce_Mode_r13
->
present
=
PhysicalConfigDedicated__ext7__ce_Mode_r13_PR_setup
;
// FIXME ce_Mode_r13 allocation
physicalConfigDedicated2
->
ext7
->
ce_Mode_r13
=
CALLOC
(
1
,
sizeof
(
struct
PhysicalConfigDedicated__ext7__ce_Mode_r13
));
physicalConfigDedicated2
->
ext7
->
ce_Mode_r13
->
present
=
PhysicalConfigDedicated__ext7__ce_Mode_r13_PR_setup
;
physicalConfigDedicated2
->
ext7
->
ce_Mode_r13
->
choice
.
setup
=
PhysicalConfigDedicated__ext7__ce_Mode_r13__setup_ce_ModeA
;
physicalConfigDedicated2
->
ext7
->
csi_RS_ConfigNZPToAddModListExt_r13
=
NULL
;
physicalConfigDedicated2
->
ext7
->
csi_RS_ConfigNZPToReleaseListExt_r13
=
NULL
;
...
...
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