Fixes A1 Policy documentation and bumps minor version 81/6281/1
authorAlexandre Huff <alexandrehuff@utfpr.edu.br>
Wed, 9 Jun 2021 21:22:45 +0000 (18:22 -0300)
committerAlexandre Huff <alexandrehuff@utfpr.edu.br>
Wed, 9 Jun 2021 21:27:53 +0000 (18:27 -0300)
Change-Id: I939704a64732e57fc7edb5c3321b0114d6dbc221
Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
CMakeLists.txt
docs/user-guide.rst

index 63a70b5..7767bfd 100644 (file)
@@ -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}" )
index 720588a..31c219c 100644 (file)
@@ -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
 ========================