help with RF configuration for cabled setup #1349
Unanswered
rob-the-dude
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Caveat: I'm mostly a software guy, with somewhat limited understanding of RF.
I'm trying to set up a test LTE network. The primary goal is to use the test SDR network to allow me to test a cellular chipset (Quectel EC200U-CN) in the US -- this chipset doesn't support the bands that US carriers provide, but I'm developing an IoT system for a different market. (Also, I'm not particularly interested in the RF-characteristics at the moment -- I'm actually trying to get higher-level functions -- IP connectivity -- working.)
In particular, this chipset supports LTE Band 3, which is available in the regions we intend to support.
As an SDR, I have a Lime SDR Mini 2.x (I think 2.4 - just bought it a couple weeks ago). I also have access to a HackRF-One if that helps anything.
I have a Linux PC running mainline code for LimeSuite, SoapySDR, and srsRAN_4G (which I compiled from source).
I burned a SIM card with various parameters and put them into the user_db.csv. That SIM card is in the EC200U module which is connected via a UART to my development system, and I'm running AT commands in a terminal program.
Because I'm in the US, I don't want to run the setup in the open (pretty sure it's illegal to do that). So I have everything connected via a XRDS-RF 698-2700 MHz splitter/combiner that I got from Amazon (https://www.amazon.com/dp/B0B3MKTWFL). (I also have access to a Mini-Circuits ZAPD-23-S+ if that helps.) The Lime board has its TX and RX antennas connected via 4' cables into the two "split" ports on the splitter/combiner. The EC200 module's antenna is cabled with a 30dB attenuator to the "input" side of the splitter/combiner.
I'm running "srsepc" and "srsenb" and they LOOK like they're working correctly. Here are the CHANGED bits from configuration files (everything else is from the default):
Here's the output when I run them:
But when I send my AT commands to the modem, it never seems to see a network, much less attempt to register with it ("AT+COPS=?" returns an error indicating no networks available).
I've also tried enabling packet captures via the enb.conf file, but nothing is written to these files (they're all zero-length) which makes me suspect no packets are actually getting there.
And that has me suspicious of the RF hardware and software configuration.
Does the 30 dB attenuator seem right? Should it be more or less?
Do the TX and RX gain values I've put in (taken from an example on the web) seem correct? I have no idea how to calculate either of these things.
Anything else that folks would recommend I try?
Thanks a ton for any help.
Beta Was this translation helpful? Give feedback.
All reactions