Merge "Changes in implementation of Security API - get Token"
authorHenrik Andersson <henrik.b.andersson@est.tech>
Wed, 15 Feb 2023 10:20:00 +0000 (10:20 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Wed, 15 Feb 2023 10:20:00 +0000 (10:20 +0000)
capifcore/main.go
docs/release-notes.rst

index 1c1890f..3ee4192 100644 (file)
@@ -83,7 +83,6 @@ func main() {
 }
 
 func getEcho() *echo.Echo {
-       // This is how you set up a basic Echo router
        e := echo.New()
        // Log all requests
        e.Use(echomiddleware.Logger())
index d2f7d56..7cfe5a3 100644 (file)
@@ -20,6 +20,9 @@ Version history capifcore
 |            |          |                  | Initial version |
 |            |          |                  | of capifcore    |
 +------------+----------+------------------+-----------------+
+| 2023-02-10 | 1.0.1    | Yennifer Chacon  | G Maintenance   |
+|            |          |                  | Release         |
++------------+----------+------------------+-----------------+
 
 Release Data
 ============
@@ -43,3 +46,23 @@ G Release
 | **Purpose of the delivery** | Introduction of capifcore                         |
 |                             |                                                   |
 +-----------------------------+---------------------------------------------------+
+
+G Maintenance
+-------------
++-----------------------------+---------------------------------------------------+
+| **Project**                 | Non-RT RIC CAPIF Core                             |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Repo/commit-ID**          | nonrtric/plt/sme/                                 |
+|                             | b4cee94bd251b0bb92fc435fbe74ea1079d43356          |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Release designation**     | G release                                         |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Release date**            | 2023-02-10                                        |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
+| **Purpose of the delivery** | Refactor and improvements of capifcore            |
+|                             |                                                   |
++-----------------------------+---------------------------------------------------+
\ No newline at end of file