-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PowerMeasTest Error #141
Comments
Hi, The server IP address in the config file is intended to be the IP address on the device (host PC or server) on which the Test Harness is running. It is used by the python code to bind the Test Harness socket to the correct IP address. As such, that address will be used by the UUT as the IP address of the Test Harness (provided there is no NAT in your setup, which is not recommended!). As for the error message: The line in question is attempting to retrieve and load the "caCerts" entry in the config.xml file in the Configuration folder. So, I would assume either (i) the Configuration folder or config.xml file cannot be found, or (ii) the caCerts entry in the config.xml file either does not exist or the file it points to does not exist or is not a correctly formatted root CA file. In the config.xml file there is entry: |
Sorry above config.xml entry should read: |
Thank you for answer and then test hannes has a error. How to solve them? Traceback (most recent call last): |
I have not seen that problem before, nor seen it reported here. Based on a bit of googling, I suspect a few possibilities you could explore:
For the last two, ensure you are using a port number > 1024. Maybe ensure you are using port 5000, as this was default so is what others are using. If you are already using 5000, try another (i.e. port 5001, 5002, etc.). |
Hi
"Configure the server IP address and port number to be used for SAS-CBSD messaging. The IP address should match the IP address of the server on which the test harness is running."
IS the "server IP address" mean AP IP address or cloud sever on Host PC or harness running PC IP address ?
And AP SAS account URL address is harness running PC IP address?
And How to solve the below error message ?
Granted Spectrum Max Eirp = 13dBm/MHz
The Mock-SAS has been started please enabling CBSD for the power measurement test, the Mock-SAS will keep running during the test
the selected test from the user : PowerMeasTest is starting now
Traceback (most recent call last):
File "C:\Users\RF\Desktop\Citizens-Broadband-Radio-Service-Device-1.0.0.3\Citizens-Broadband-Radio-Service-Device-1.0.0.3\CBRS_Mock_SAS_Python_Master\cbrsPython-master\cbrsPython\controllers\StartPowerMeas.py", line 239, in
ctx.load_verify_locations(os.path.normpath(os.path.join(str(dirPath), get_Element_From_Config_File(confFile,"caCerts"))))
IOError: [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered: