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
ZhouShuya
OpenXG-RAN
Commits
25fbe844
Commit
25fbe844
authored
Nov 29, 2017
by
lfarizav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increasing number of UE
parent
a4e47c36
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
75 additions
and
2 deletions
+75
-2
openair1/SCHED/phy_procedures_lte_ue.c
openair1/SCHED/phy_procedures_lte_ue.c
+1
-1
openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
+72
-0
targets/PROJECTS/GENERIC-LTE-EPC/CONF/rru.band7.tm1.if4p5.50PRB.oaisim.conf
...ENERIC-LTE-EPC/CONF/rru.band7.tm1.if4p5.50PRB.oaisim.conf
+1
-1
targets/SIMU/USER/channel_sim.c
targets/SIMU/USER/channel_sim.c
+1
-0
No files found.
openair1/SCHED/phy_procedures_lte_ue.c
View file @
25fbe844
...
...
@@ -1441,7 +1441,7 @@ void ue_prach_procedures(PHY_VARS_UE *ue,UE_rxtx_proc_t *proc,uint8_t eNB_id,uin
if
(
abstraction_flag
==
0
)
{
LOG_I
(
PHY
,
"mode %d
\n
"
,
mode
);
//
LOG_I(PHY,"mode %d\n",mode);
if
((
ue
->
mac_enabled
==
1
)
&&
(
mode
!=
calib_prach_tx
))
{
ue
->
tx_power_dBm
[
subframe_tx
]
=
ue
->
prach_resources
[
eNB_id
]
->
ra_PREAMBLE_RECEIVED_TARGET_POWER
+
get_PL
(
ue
->
Mod_id
,
ue
->
CC_id
,
eNB_id
);
...
...
openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
View file @
25fbe844
...
...
@@ -112,3 +112,75 @@ UE0:
# EHPLMN_LIST= ("20811", "20813");
EHPLMN_LIST
= ();
};
UE1
:
{
USER
: {
IMEI
=
"356113022094149"
;
MANUFACTURER
=
"EURECOM"
;
MODEL
=
"LTE Android PC"
;
PIN
=
"0000"
;
};
SIM
: {
MSIN
=
"0100001112"
;
USIM_API_K
=
"8baf473f2f8fd09487cccbd7097c6862"
;
OPC
=
"e734f8734007d6c5ce7a0508809e7e9c"
;
MSISDN
=
"33611123457"
;
};
# Home PLMN Selector with Access Technology
HPLMN
=
"20893"
;
# User controlled PLMN Selector with Access Technology
UCPLMN_LIST
= ();
# Operator PLMN List
OPLMN_LIST
= (
"00101"
,
"20810"
,
"20811"
,
"20813"
,
"20893"
,
"310280"
,
"310028"
);
# Operator controlled PLMN Selector with Access Technology
OCPLMN_LIST
= (
"22210"
,
"21401"
,
"21406"
,
"26202"
,
"26204"
);
# Forbidden plmns
FPLMN_LIST
= ();
# List of Equivalent HPLMNs
#TODO: UE does not connect if set, to be fixed in the UE
# EHPLMN_LIST= ("20811", "20813");
EHPLMN_LIST
= ();
};
UE2
:
{
USER
: {
IMEI
=
"356113022094149"
;
MANUFACTURER
=
"EURECOM"
;
MODEL
=
"LTE Android PC"
;
PIN
=
"0000"
;
};
SIM
: {
MSIN
=
"0100001113"
;
USIM_API_K
=
"8baf473f2f8fd09487cccbd7097c6862"
;
OPC
=
"e734f8734007d6c5ce7a0508809e7e9c"
;
MSISDN
=
"33611123458"
;
};
# Home PLMN Selector with Access Technology
HPLMN
=
"20893"
;
# User controlled PLMN Selector with Access Technology
UCPLMN_LIST
= ();
# Operator PLMN List
OPLMN_LIST
= (
"00101"
,
"20810"
,
"20811"
,
"20813"
,
"20893"
,
"310280"
,
"310028"
);
# Operator controlled PLMN Selector with Access Technology
OCPLMN_LIST
= (
"22210"
,
"21401"
,
"21406"
,
"26202"
,
"26204"
);
# Forbidden plmns
FPLMN_LIST
= ();
# List of Equivalent HPLMNs
#TODO: UE does not connect if set, to be fixed in the UE
# EHPLMN_LIST= ("20811", "20813");
EHPLMN_LIST
= ();
};
targets/PROJECTS/GENERIC-LTE-EPC/CONF/rru.band7.tm1.if4p5.50PRB.oaisim.conf
View file @
25fbe844
...
...
@@ -139,7 +139,7 @@ eNBs =
//////////
MME
parameters
:
mme_ip_address
= ( {
ipv4
=
"172.24.1
1.201
"
;
mme_ip_address
= ( {
ipv4
=
"172.24.1
0.185
"
;
ipv6
=
"192:168:30::17"
;
active
=
"yes"
;
preference
=
"ipv4"
;
...
...
targets/SIMU/USER/channel_sim.c
View file @
25fbe844
...
...
@@ -1461,6 +1461,7 @@ void do_UL_prach(channel_desc_t *UE2eNB[NUMBER_OF_UE_MAX][NUMBER_OF_eNB_MAX][MAX
lte_frame_type_t
frame_type
=
PHY_vars_UE_g
[
UE_id
][
CC_id
]
->
frame_parms
.
frame_type
;
prach_ConfigIndex
=
PHY_vars_UE_g
[
UE_id
][
CC_id
]
->
frame_parms
.
prach_config_common
.
prach_ConfigInfo
.
prach_ConfigIndex
;
prach_fmt
=
get_prach_fmt
(
prach_ConfigIndex
,
frame_type
);
printf
(
"UE[%d], ra_TDD_map_index %d
\n
"
,
UE_id
,
PHY_vars_UE_g
[
UE_id
][
CC_id
]
->
prach_resources
[
eNB_id
]
->
ra_TDD_map_index
);
n_ra_prb
=
get_prach_prb_offset
(
frame_parms
,
PHY_vars_UE_g
[
UE_id
][
CC_id
]
->
prach_resources
[
eNB_id
]
->
ra_TDD_map_index
,
PHY_vars_UE_g
[
UE_id
][
CC_id
]
->
proc
.
proc_rxtx
[
subframe
&
0x1
].
frame_tx
);
tx_prachF
=
PHY_vars_UE_g
[
UE_id
][
CC_id
]
->
prach_vars
[
eNB_id
]
->
prachF
;
...
...
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