RangeNetworks / OpenBTS-UMTS

3G UMTS Data Radio Access Network Node
GNU Affero General Public License v3.0
300 stars 195 forks source link

Still problems with USRP-B205 mini. #33

Open sebafonte opened 4 years ago

sebafonte commented 4 years ago

https://github.com/RangeNetworks/OpenBTS-UMTS/blob/master/TransceiverUHD/UHDDevice.cpp#L262

Can this be solved or i have to throw it away to get a b200? Maybe i can do the job, but not right now, need time and.. resources let's say.

trxstudio commented 2 years ago

Copy the file from: https://github.com/trxstudio/OpenBTS-UMTS-B205Mini/blob/master/TransceiverUHD/UHDDevice.cpp with the line b200_str = mboard_str.find("B205mini");

sherdil6 commented 1 year ago

@trxstudio did this, but still getting error

[INFO] [B200] Asking for clock rate 16.000000 MHz... [INFO] [B200] Actually got clock rate 16.000000 MHz. ALERT 140326088598400 11:34:54.7 UHDDevice.cpp:272:parse_dev_type: Device not supported by OpenBTS-UMTS ** Device not available

trxstudio commented 1 year ago

@trxstudio did this, but still getting error

[INFO] [B200] Asking for clock rate 16.000000 MHz... [INFO] [B200] Actually got clock rate 16.000000 MHz. ALERT 140326088598400 11:34:54.7 UHDDevice.cpp:272:parse_dev_type: Device not supported by OpenBTS-UMTS ** Device not available

Did you rebuild with the new UHDDevice.cpp file?

sherdil6 commented 1 year ago

Oh my bad, performed rebuild and its working now. Thank you so much :)

trxstudio commented 1 year ago

FYI - I have seen this Fork https://github.com/PentHertz/OpenBTS-UMTS I have this running on Ubuntu 22 (Vbox), so I would use this

sherdil6 commented 1 year ago

@trxstudio sorry to bother you again, but CLI is not working in the given version as well as the PentHertz version that you shared. I have tried to play around with db and other configuration as well, but still not getting any success. I do the following:

Within CLI, whatever I write I keep on getting this error: sending datagram: No such file or directory Is the remote application running?

I think both OpenBTS-UMTS and CLI are not communicating. How to resolve this?