Hello,
I am trying to create a setting where I have two LTE netdevices per eNB, and where I have a set of UEs attached to one of the devices, and another set of UEs assigned to the other. I observe the following (I am building on top of using lena-dual-stripe example):
1. When I try to activate EPC (epc=true), and when I declare an epCHelper, I get the following error:
msg="InternetStackHelper::Install (): Aggregating an InternetStack to a node with an existing Ipv4 object", file=../src/internet/helper/internet-stack-helper.cc, line=394
terminate called without an active exception.
Could you please help me understand what I am missing? If I do not enable EPC, I get no errors. Shouldn't an eNB be allowed to have many devices (e.g. when there are multiple cell-IDs per eNB)?
2. If I do not enable EPC and simply plot the REM, I observe that if I set both the eNB devices to the same EARFCN, the SINR increases. Is this normal? I believe that this should not be happening.
Thanks a lot in advance for your help.
G.