From 1049f1b48bc90a49b32a0ac1ec135628177d289b Mon Sep 17 00:00:00 2001 From: weichen Date: Thu, 15 Jul 2021 05:02:07 -0400 Subject: [PATCH] fix docuemtn bugs to show ric-app-ad document Signed-off-by: weichen Change-Id: I756360d273b595fb11f9dfd0eaea686bf3c05b0e --- docs/conf.py | 2 +- docs/projects.rst | 1 + docs/release-notes.rst | 9 +++++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 14f038c..0755aab 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ intersphinx_mapping['ric-plt-alarm-go'] = ('https://docs.o-ran-sc.org/projects/o intersphinx_mapping['ric-app-hw'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-app-hw/en/%s' % branch, None) intersphinx_mapping['ric-app-qp'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-app-qp/en/%s' % branch, None) intersphinx_mapping['ric-app-ts'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-app-ts/en/%s' % branch, None) - +intersphinx_mapping['ric-app-ad'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-ric-app-ad/en/%s' % branch, None) #(near realtime)RIC platform intersphinx_mapping['com-log'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-com-log/en/%s' % branch, None) diff --git a/docs/projects.rst b/docs/projects.rst index 4fd35e9..113f382 100644 --- a/docs/projects.rst +++ b/docs/projects.rst @@ -24,6 +24,7 @@ More detailed function documentation can be found as follow: * :doc:`RIC APP ML ` * :doc:`RIC Measurement Campaign (MC) xApp ` * :doc:`Traffic Steering xAPP ` +* :doc:`Anomaly Detection xAPP ` Near Realtime RAN Intelligent Controller (RIC) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 598c4f8..8799059 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -26,7 +26,10 @@ Version history | 2020-06-21 | Bronze | CMCC | Bronze Release | | | | | | +--------------------+--------------------+--------------------+--------------------+ +| 2020-12-21 | Cherry | CMCC | Cherry Release | | | | | | ++--------------------+--------------------+--------------------+--------------------+ +| 2021-07-15 | Dawn | CMCC | Dawn Release | | | | | | +--------------------+--------------------+--------------------+--------------------+ @@ -74,6 +77,12 @@ The MC xAPP, which supports calculation of a number of metrics and KPIs based on * :doc:`RIC Measurement Campaign (MC) xApp Release-notes ` +Anomaly Detection (AD) is an xApp in the Traffic Steering O-RAN use case. + +* :doc:`Anomaly Detection xApp Release-notes ` + + + Near Realtime RAN Intelligent Controller (RIC) features ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- 2.16.6