We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey sdran-in-a-box team,
The IP address mentioned in the curl command in Installation_RANSim_RIMDEO_TS.md doc is a public address.
After that, we should push the JSON file to A1T with below command:
$ curl -X PUT -H "Content-Type: application/json" 128.105.144.101:31963/policytypes/ORAN_TrafficSteeringPreference_2.0.0/policies/1 -d @resources/rimedots-sample-a1p.json
It's supposed to be the IP and port of onos-a1t. I'm new to sd-riab and so I got the correct IP through the output from make test-rnib
Sincerely,
Kash
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey sdran-in-a-box team,
The IP address mentioned in the curl command in Installation_RANSim_RIMDEO_TS.md doc is a public address.
After that, we should push the JSON file to A1T with below command:
$ curl -X PUT -H "Content-Type: application/json" 128.105.144.101:31963/policytypes/ORAN_TrafficSteeringPreference_2.0.0/policies/1 -d @resources/rimedots-sample-a1p.json
It's supposed to be the IP and port of onos-a1t. I'm new to sd-riab and so I got the correct IP through the output from make test-rnib
Sincerely,
Kash
The text was updated successfully, but these errors were encountered: