-
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
I want to know what caused the test case to fail #150
Comments
Hi, Sorry to bother you again, According to the response from the project team, "measCapability": -- > I didn't find how to configure it This may depend on how the CBSD vendor has implemented it. Suggest to contact the CBSD vendor to determine how this parameter is populated. As mentioned below, the following would be the acceptable values in measCapability (as described in WINNF-SSC-002) “RECEIVED_POWER_WITHOUT_GRANT” or “RECEIVED_POWER_WITH_GRANT” or “RECEIVED_POWER_WITHOUT_GRANT, RECEIVED_POWER_WITH_GRANT” or “RECEIVED_POWER_WITH_GRANT, RECEIVED_POWER_WITHOUT_GRANT” "callSign": -- > Fill in "baicells", radioTechnology": "NR" -- > is the default parameter As mentioned below, there is a file for the test harness that needs to be updated to allow use of NR. NR may be default value populated by the CBSD in the registration request message, but the test harness file needs to include the NR value (NR was not an option during the timeframe when test harness was being developed. Realizing other radioTechnologies may be included in the future, the harness was developed to allow easily adding new values.) Has section 10.4 in WINNF-IN-0156 been followed to add NR to radiotechnology? File to be updated: “cbrsPython-master\Configuration\ObjectListConfig\laterDefindedOptionaljson”, following is the part in the file where NR is to be included. "airInterface": {
In addition, the CBSD model we use is Aurora243 n48, the manufacturer is baicells, The first email attachment shows the test case fail, However, the response of SAS Harness Test to CBSD cannot be queried. Does the userID fill it in arbitrarily or does it need to fill in something specific? Unclear what “it” refers to. Attached is the log screenshot of CBSD, hoping to further help locate the problem Not familiar with the png snapshot. Refer to WINNF-IN-0156, wction 14.2 and 14.3 for log files of the windows command prompt running the WinnForum SAS test harness and of the individual test case. |
Your BaiCells CBSD should have a Management system that allows to configure various things like the "userId" and "callSign". In addition - DO NOT run the SAS Harness from inside a debugging tool like you show in the attached screenshots for this case. And the SAS Harness MUST be installed with Python version 2.7.13 which is 32 bit installation as explained in WINNF-0156 section 5.1.1.1 with the specific Python installation file name. Hope this solves your problem with the Baicells CBSD, |
Looking at your latest PNG of Windows Command Prompt I still see the SAS Harness installation was wrong. You should not get all these messages of all the Python files. |
Hi, So to conclude for 8-Nov-2024 your SAS Harness is working correctly: For the desired y/n answer of the "questions phase for the technician", please see document WINNF-TS-0122. Table 6-3 in WINNF-TS-0122 details the various test cases. The name of the test case is the same name you are running in the SAS Harness. And you can see in document WINNF-TS-0122 the steps of each test case with the expected result of each step. |
Harness and CBSD have been configured. The following is the registration request received by the CBSD
The registrationresponse of SAS is not given, either in the console or in the log, only displayed
'The final result of the test : WINNF.FT.C.REG.1 is - FAIL'
2024-10-15T02:42:11.759Z - INFO - registration request from CBRS : { "registrationRequest": [ { "airInterface": { "radioTechnology": "NR" }, "callSign": "", "cbsdCategory": "A", "cbsdSerialNumber": "120200056822C2B0002", "fccId": "2AG32BSC7048A243", "measCapability": [], "userId": "120200056822C2B0002" } ] }
The following is the configuration information about harness and CBSD
cbsdc1.xml is entered into the CBSD device serial number,
cbsdc2.xml is not changed,
and conf.xml is changed into the corresponding IP address and certificate name
The text was updated successfully, but these errors were encountered: