From 849717da8626ec68ea1647796ae0d9ea5f72a70f Mon Sep 17 00:00:00 2001 From: Alexandre Huff Date: Wed, 9 Jun 2021 18:22:45 -0300 Subject: [PATCH] Fixes A1 Policy documentation and bumps minor version Change-Id: I939704a64732e57fc7edb5c3321b0114d6dbc221 Signed-off-by: Alexandre Huff --- CMakeLists.txt | 2 +- docs/user-guide.rst | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 63a70b5..7767bfd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ project( ricxfcpp ) cmake_minimum_required( VERSION 3.14 ) set( major_version "1" ) # until CI supports auto tagging; must hard set -set( minor_version "0" ) +set( minor_version "1" ) set( patch_level "0" ) set( install_root "${CMAKE_INSTALL_PREFIX}" ) diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 720588a..31c219c 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -45,7 +45,8 @@ An example Policy follows: .. FIXME Is the "Serving Cell RSRP" related to "Degradation" in AD message -This Policy instructs Traffic Steering xApp to monitor current RAN metrics and request a QoE Prediction for any UE whose Serving Cell RSRP is less than 5. +This Policy instructs Traffic Steering xApp to request a QoE Prediction for any UE whose Serving Cell RSRP is less than 5. +Traffic Steering logs each A1 Policy update. Receiving Anomaly Detection =========================== @@ -79,6 +80,9 @@ The following is an example message body: { "UEPredictionSet": ["Train passenger 2"] } +The current version of Traffic Steering xApp does not (yet) consider the A1 policy to generate QoE prediction requests. +Each Anomaly Detection message received from AD xApp, results in a QoE Prediction Request to QP Driver xApp. + Receiving QoE Prediction ======================== -- 2.16.6