Skip to content
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

rest config interface support for configuring slice info #339

Merged
merged 1 commit into from Oct 4, 2021

Conversation

badhrinathpa
Copy link
Contributor

@badhrinathpa badhrinathpa commented Sep 28, 2021

API for config :

{
"sliceName": "slice-menlo",
"sliceQos": {
"uplinkMbr": 100000000,
"downlinkMbr": 500000000,
"downlinkBurstSize": 3000,
"uplinkBurstSize": 3000
},
"ueResourceInfo": [
{
"uePoolId": "iot-device",
"dnn": "internet"
}
]
}

Config port : 6000

@badhrinathpa
Copy link
Contributor Author

retest this please

@badhrinathpa badhrinathpa force-pushed the rest_roc_api branch 2 times, most recently from 354692d to 0e4916c Compare October 4, 2021 13:37
@badhrinathpa
Copy link
Contributor Author

retest this please

1 similar comment
@badhrinathpa
Copy link
Contributor Author

retest this please

@badhrinathpa badhrinathpa merged commit 12ed0b1 into omec-project:master Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants