commit | 13956e4c1025331fa2a8b595f7a2d4ada3dd6bd6 | [log] [tgz] |
---|---|---|
author | ecaiyanlinux <martin.c.yan@est.tech> | Sat May 23 18:11:57 2020 +0200 |
committer | ecaiyanlinux <martin.c.yan@est.tech> | Sat May 23 18:31:23 2020 +0200 |
tree | 05b5638cbccb7cb4e23854d8ce64f70aeeda576a | |
parent | 779aaac3c3666b057613e71d328f4d228a283691 [diff] |
Add default certificates for mrstub The default certificates are in folder /usr/src/app/cert The default certificates can be overriden by mounting a volume in 'docker run' command or in a docker-compose.yml file ex: in 'docker run': docker run -it -p 3905:3905 -p 3906:3906 -v "$PWD/certificate:/usr/src/app/cert" mrstub in 'docker-compose.yml': volumes: - ./certificate:/usr/src/app/cert:ro Issue-ID: NONRTRIC-208 Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Change-Id: Id903fb745736e053984bc71061e3c1f2d58fafde
The O-RAN SC Non-RT RIC provides support for non-real-time intelligent radio resource management, higher layer procedure optimization, policy optimization in RAN, and providing guidance, parameters, policies and AI/ML models to support the operation of the Near-RT RIC to achieve higher-level non-real-time objectives.
Please see the documentation in the docs/ folder
For more information about the Non-RT RIC project please see the project website
Copyright (C) 2019 Nordix Foundation. Licensed under the Apache License, Version 2.0 (the "License") you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
For more information about license please see the LICENSE file for details.