repositorypackage
1.5.0
Repository: https://github.com/omec-project/webconsole.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
SPDX-FileCopyrightText: 2024 Open Networking Foundation <info@opennetworking.org> Copyright 2019 free5GC.org
SPDX-License-Identifier: Apache-2.0.
Package docs Code generated by swaggo/swag.
No description provided by the author
# README
WebConsole
Webconsole is used as a configuration service in SD-Core. It has following features Configuration Service provides APIs for subscriber management.
- It provides APIs for Network Slice management.
- It communicates with 4G as well as 5G network functions on the southbound interface.
- It does configuration translation wherever required and also stores the subscription in mongoDB.
- 5G clients can connect & get complete configuration copy through grpc interface.
- 4G clients communicate with Webconsole through REST interface
UI
Webconsole can optionally serve static files, which constitute the frontend part of the application.
To build webui with a frontend, place the static files under webconsole/ui/frontend_files
before compilation.
To build the webconsole including the UI option:
make webconsole-ui
Access the UI at:
http://<webconsole-ip>:5000/
An example static file has been placed in the webconsole/ui/frontend_files
directory.
Webconsole Architecture diagram
Upcoming Features
- Supporting dedicated flow QoS APIs
- Removal of Subscription to trigger 3gpp call flows