Add extra line about src files are part of RIC platform project
[ric-plt/sdl.git] / include / private / error.hpp
index 6b28f75..b1109d0 100644 (file)
    limitations under the License.
 */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+*/
+
 #ifndef SHAREDDATALAYER_ERROR_HPP_
 #define SHAREDDATALAYER_ERROR_HPP_
 
@@ -67,6 +72,7 @@ namespace shareddatalayer
             DATASET_LOADING,
             NOT_CONNECTED,
             IO_ERROR,
+            WRITING_TO_SLAVE,
             //Keep this always as last item. Used in unit tests to loop all enum values.
             END_MARKER
         };