srsran / srsRAN_4G

Open source SDR 4G software suite from Software Radio Systems (SRS) https://docs.srsran.com/projects/4g
https://www.srsran.com
GNU Affero General Public License v3.0
3.42k stars 1.13k forks source link

COTS UE cannot see the LTE network #1096

Open sj5298 opened 1 year ago

sj5298 commented 1 year ago

Issue Description

Hi all,

I run sudo srsepc and sudo srsenb, the eNB and ePC are connected but the corresponding network cannot be found using COTS UE (Samsung Galaxy Note 3 Neo). I am aware that the phone I used supports LTE band 8, so I have used the DL_EARFCN in the range from 3450 to 3790. I have changed the value of DL_EARFCN but it does not work. I have added the APN to my phone (according to here) but still couldn't see the network.

Setup Details

My setup was listed as follows: 1x Raspberry pi as eNB 1x laptop with ubuntu 20.04 LTS running ePC and remotely controlled eNB via PUTTY 1x USRP B210 connect to raspberry pi 1x COTS UE (Samsung Galaxy Note 3 Neo)

Expected Behavior

COTS UE could find the LTE network at 925MHz and connect it.

Actual Behaviour

COTS UE couldn't find the network.

eNB ePC

Additional Information

enb.txt epc.txt user_db.txt USIM card details.txt

I hope someone can give me a solution to this problem.

Thanks.

zikkuratti commented 1 year ago

kernel version plz?

sj5298 commented 1 year ago

kernel version plz?

Hi zikkuratti,

The kernel version of laptop (EPC): Linux seah-X450LD 5.15.0-60-generic #66-Ubuntu SMP Fri Jan 20 14:29:49 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

The kernel version of Raspberry Pi(eNB): Linux ubuntu 5.4.0-1080-raspi #91-Ubuntu SMP PREEMPT Thu Jan 19 09:35:03 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux

bedrankara commented 1 year ago

After quickly checking the Samsung Galaxy Neo 3 specs, it seems like it does not support LTE ?

sj5298 commented 1 year ago

After quickly checking the Samsung Galaxy Neo 3 specs, it seems like it does not support LTE ?

It supported 4G LTE referring this website

I did also tried with Samsung note 10 lite. Still couldn't see the LTE network.

mrahman2-vt commented 1 year ago

Hi there, I would like to implement a scenario with CU DU split mode in Raspberry Pi, and my propagation delay between CU and DU is quite large, say for example 6ms. I think the RACH procedure will fail because of this huge delay. Is there any way I can modify the RACH procedure? If so, can you please guide me on exactly what I need to make those changes?

Regards

MdMahfuzur Rahman (Mahfuz)

+1-906-281-8261

@. @.>*

Message ID: @.***>

zikkuratti commented 1 year ago

@sj5298 saw some troubles on PREEMT try to patch on PREEMT_RT dont ask how) work on same problem for arm64 device

dufffffy commented 1 year ago

Did you solve the problem? I met the same with you.

NagaJayaPraveen commented 7 months ago

HI, this is praveen.

I have been trying to Download and build srsRAN 4G in ubuntu server, rasberry pi 4 device , but getting failure errors. please find the attached code

git clone https://github.com/srsRAN/srsRAN_4G.git cd srsRAN_4G mkdir build cd build cmake ../ make make test


Here is the error message:

Screenshot (2)

error message:

error: ‘void __builtin_memmove(void, const void, long unsigned int)’ forming offset 36 is out of the bounds [0, 36] [-Werror=array-bounds=] 437 | __builtin_memmove(result, first, sizeof(_Tp) _Num); | ~~~^~~~~~~~~ cc1plus: all warnings being treated as errors

could you help me on this!

Thanks, Praveen