Use O-RAN-SC 13/113/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Mon, 6 May 2019 15:19:06 +0000 (11:19 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Mon, 6 May 2019 15:19:06 +0000 (11:19 -0400)
Also repair logback.xml file for new package name

Change-Id: Ib17524f891b3b97f7382dc545462e5a772b7a6f0
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
110 files changed:
README.md
a1-med-client/pom.xml
a1-med-client/src/main/resources/a1_mediator_0.3.0.yaml
a1-med-client/src/test/java/org/oransc/ric/portal/dashboard/a1med/client/test/A1MediatorClientTest.java
docs/release-notes.rst
e2-mgr-client/pom.xml
e2-mgr-client/src/main/resources/e2_manager_02052019.yaml
e2-mgr-client/src/main/resources/e2_manager_02052019_2.yaml
e2-mgr-client/src/main/resources/e2_mgr_rest_api_v0_0_1.yaml
e2-mgr-client/src/test/java/org/oransc/ric/portal/dashboard/e2mgr/client/test/E2ManagerClientTest.java
pom.xml
webapp-backend/pom.xml
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardApplication.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardConstants.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/config/A1MediatorConfiguration.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/config/A1MediatorMockConfiguration.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/config/E2ManagerConfiguration.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/config/E2ManagerMockConfiguration.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/config/SwaggerConfiguration.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/config/XappManagerConfiguration.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/config/XappManagerMockConfiguration.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/controller/A1MediationController.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/controller/E2ManagerController.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/controller/SimpleErrorController.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/controller/XappManagerController.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/model/DelayTransport.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/model/ErrorTransport.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/model/IDashboardResponse.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/model/LoadTransport.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/model/MetricsTransport.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/model/PathTransport.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/model/SuccessTransport.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/model/UrlTransport.java
webapp-backend/src/main/resources/application.properties
webapp-backend/src/main/resources/logback.xml
webapp-backend/src/test/java/org/oransc/ric/portal/dashboard/DashboardApplicationTest.java
webapp-frontend/.gitignore
webapp-frontend/e2e/protractor.conf.js
webapp-frontend/e2e/src/app.e2e-spec.ts
webapp-frontend/e2e/src/app.po.ts
webapp-frontend/pom.xml
webapp-frontend/src/app/admin/admin.component.css
webapp-frontend/src/app/admin/admin.component.html
webapp-frontend/src/app/admin/admin.component.spec.ts
webapp-frontend/src/app/admin/admin.component.ts
webapp-frontend/src/app/app-routing.module.ts
webapp-frontend/src/app/app.component.css
webapp-frontend/src/app/app.component.html
webapp-frontend/src/app/app.component.spec.ts
webapp-frontend/src/app/app.component.ts
webapp-frontend/src/app/app.module.ts
webapp-frontend/src/app/catalog/catalog.component.css
webapp-frontend/src/app/catalog/catalog.component.deploy-dialog.html
webapp-frontend/src/app/catalog/catalog.component.html
webapp-frontend/src/app/catalog/catalog.component.spec.ts
webapp-frontend/src/app/catalog/catalog.component.ts
webapp-frontend/src/app/control/control.component.css
webapp-frontend/src/app/control/control.component.html
webapp-frontend/src/app/control/control.component.spec.ts
webapp-frontend/src/app/control/control.component.ts
webapp-frontend/src/app/login/login.component.css
webapp-frontend/src/app/login/login.component.html
webapp-frontend/src/app/login/login.component.spec.ts
webapp-frontend/src/app/login/login.component.ts
webapp-frontend/src/app/navigation/sidenav-list/sidenav-list.component.css
webapp-frontend/src/app/navigation/sidenav-list/sidenav-list.component.html
webapp-frontend/src/app/navigation/sidenav-list/sidenav-list.component.ts
webapp-frontend/src/app/services/admin/admin.service.spec.ts
webapp-frontend/src/app/services/admin/admin.service.ts
webapp-frontend/src/app/services/catalog/catalog.service.spec.ts
webapp-frontend/src/app/services/catalog/catalog.service.ts
webapp-frontend/src/app/services/control/control.service.spec.ts
webapp-frontend/src/app/services/control/control.service.ts
webapp-frontend/src/app/services/stats/stats.service.spec.ts
webapp-frontend/src/app/services/stats/stats.service.ts
webapp-frontend/src/app/services/ui/ui.service.spec.ts
webapp-frontend/src/app/services/ui/ui.service.ts
webapp-frontend/src/app/stats/stats.component.html
webapp-frontend/src/app/stats/stats.component.spec.ts
webapp-frontend/src/app/stats/stats.component.ts
webapp-frontend/src/app/ui/catalog-card/catalog-card.component.css
webapp-frontend/src/app/ui/catalog-card/catalog-card.component.html
webapp-frontend/src/app/ui/catalog-card/catalog-card.component.spec.ts
webapp-frontend/src/app/ui/catalog-card/catalog-card.component.ts
webapp-frontend/src/app/ui/config-event/config-event.component.html
webapp-frontend/src/app/ui/config-event/config-event.component.spec.ts
webapp-frontend/src/app/ui/config-event/config-event.component.ts
webapp-frontend/src/app/ui/control-card/control-card.component.css
webapp-frontend/src/app/ui/control-card/control-card.component.html
webapp-frontend/src/app/ui/control-card/control-card.component.spec.ts
webapp-frontend/src/app/ui/control-card/control-card.component.ts
webapp-frontend/src/app/ui/modal-event/modal-event.component.html
webapp-frontend/src/app/ui/modal-event/modal-event.component.spec.ts
webapp-frontend/src/app/ui/modal-event/modal-event.component.ts
webapp-frontend/src/app/ui/stat-card/stat-card.component.css
webapp-frontend/src/app/ui/stat-card/stat-card.component.html
webapp-frontend/src/app/ui/stat-card/stat-card.component.spec.ts
webapp-frontend/src/app/ui/stat-card/stat-card.component.ts
webapp-frontend/src/app/xapp/xapp.component.html
webapp-frontend/src/app/xapp/xapp.component.spec.ts
webapp-frontend/src/app/xapp/xapp.component.ts
webapp-frontend/src/environments/environment.prod.ts
webapp-frontend/src/environments/environment.ts
webapp-frontend/src/index.html
webapp-frontend/src/karma.conf.js
webapp-frontend/src/main.ts
webapp-frontend/src/polyfills.ts
webapp-frontend/src/test.ts
xapp-mgr-client/pom.xml
xapp-mgr-client/src/test/java/org/oransc/ric/portal/dashboard/xappmgr/client/test/XappManagerClientTest.java

index 5553352..0333213 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# ORAN-OSC RIC Dashboard Web Application
+# O-RAN-SC RIC Dashboard Web Application
 
 This webapp is built with Angular 7 and Spring-Boot 2.
 
index 772c462..a7a936a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--<![CDATA[
 ========================LICENSE_START=================================
-ORAN-OSC
+O-RAN-SC
 %%
 Copyright (C) 2019 AT&T Intellectual Property and Nokia
 %%
index 1fff00a..ce97a4b 100644 (file)
@@ -1,5 +1,5 @@
 # ========================LICENSE_START=================================
-# ORAN-OSC
+# O-RAN-SC
 # %%
 # Copyright (C) 2019 AT&T Intellectual Property and Nokia
 # %%
index 363c44c..7ae55e5 100644 (file)
 RIC Dashboard Release Notes
 ===========================
 
-Version 1.0.1, 3 May 2019
+Version 1.0.1, 6 May 2019
 -------------------------
 * Add draft A1 Mediator API definition
 * Use E2 Manager API definition dated 2 May 2019, with tag modifications
+* Adjust group IDs and packages for name O-RAN-SC; drop ORAN-OSC
 
 Version 1.0.0, 30 Apr 2019
 --------------------------
index 0a1f67a..e558cc8 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--<![CDATA[
 ========================LICENSE_START=================================
-ORAN-OSC
+O-RAN-SC
 %%
 Copyright (C) 2019 AT&T Intellectual Property and Nokia
 %%
index 3846b38..a5ff7f0 100644 (file)
@@ -1,5 +1,5 @@
 # ========================LICENSE_START=================================
-# ORAN-OSC
+# O-RAN-SC
 # %%
 # Copyright (C) 2019 AT&T Intellectual Property and Nokia
 # %%
index 0472162..324593c 100644 (file)
@@ -1,5 +1,5 @@
 # ========================LICENSE_START=================================
-# ORAN-OSC
+# O-RAN-SC
 # %%
 # Copyright (C) 2019 AT&T Intellectual Property and Nokia
 # %%
index 2ab547e..f6b7362 100644 (file)
@@ -1,6 +1,6 @@
 ###
 # ========================LICENSE_START=================================
-# ORAN-OSC
+# O-RAN-SC
 # %%
 # Copyright (C) 2019 AT&T Intellectual Property and Nokia
 # %%
diff --git a/pom.xml b/pom.xml
index 8ad5487..2d24455 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--<![CDATA[
 ========================LICENSE_START=================================
-ORAN-OSC
+O-RAN-SC
 %%
 Copyright (C) 2019 AT&T Intellectual Property and Nokia
 %%
@@ -36,7 +36,7 @@ limitations under the License.
        <!-- Properties for the license-maven-plugin in child POMs -->
        <properties>
                <lmp.organization.name>AT&amp;T Intellectual Property and Nokia</lmp.organization.name>
-               <lmp.project.name>ORAN-OSC</lmp.project.name>
+               <lmp.project.name>O-RAN-SC</lmp.project.name>
                <lmp.inception.year>2019</lmp.inception.year>
                <lmp.license.name>apache_v2</lmp.license.name>
                <lmp.process.start.tag>========================LICENSE_START=================================</lmp.process.start.tag>
index 26d8f8a..fb4406f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--<![CDATA[
 ========================LICENSE_START=================================
-ORAN-OSC
+O-RAN-SC
 %%
 Copyright (C) 2019 AT&T Intellectual Property and Nokia
 %%
@@ -31,8 +31,6 @@ limitations under the License.
        <name>RIC Dashboard Webapp backend</name>
        <properties>
                <java.version>1.8</java.version>
-               <!-- this is not a library, don't publish javadoc -->
-               <maven.javadoc.skip>true</maven.javadoc.skip>
                <springfox.version>2.9.2</springfox.version>
        </properties>
        <dependencies>
index 15c082f..8c86a60 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index cd70a81..e73f697 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index fe07936..07b1660 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
@@ -60,7 +60,7 @@ public class SwaggerConfiguration {
                                .termsOfServiceUrl("Terms of service") //
                                .contact(new Contact("RIC Dashboard Dev Team", //
                                                "http://no-docs-yet.org/", //
-                                               "noreply@oran-osc.org")) //
+                                               "noreply@O-RAN-SC.org")) //
                                .license("Apache 2.0 License").licenseUrl("http://www.apache.org/licenses/LICENSE-2.0") //
                                .version(version == null ? "version not available" : version) //
                                .build();
index 909b0bc..1e0db71 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index ff801bb..035b9ef 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 25c3fc5..6fa7303 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 0e75d52..13f2057 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 2809544..ba0db05 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index e9a63f7..003260f 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 4af67c3..98806f6 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 5067243..3ce8acf 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 0350ad6..c4bd7f5 100644 (file)
@@ -1,6 +1,6 @@
 ###
 # ========================LICENSE_START=================================
-# ORAN-OSC
+# O-RAN-SC
 # %%
 # Copyright (C) 2019 AT&T Intellectual Property and Nokia
 # %%
index 4f213ae..0d2348f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   ========================LICENSE_START=================================
-  ORAN-OSC
+  O-RAN-SC
   %%
   Copyright (C) 2019 AT&T Intellectual Property and Nokia
   %%
@@ -63,6 +63,6 @@
        </root>
 
        <!-- Code under test should be chatty --> >
-       <logger name="org.oranosc.ric.portal.dash" level="INFO" />
+       <logger name="org.oransc.ric.portal.dashboard" level="DEBUG" />
 
 </configuration>
index c465257..439d668 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 9eacc90..a473c81 100644 (file)
@@ -10,6 +10,7 @@
 /node_modules
 
 /.classpath
+/.externalToolBuilders
 /.project
 /.settings
 /target/
index 2ee50af..15e7433 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index b3fba35..31bb883 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index ffb0861..19eebe9 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index e738a12..180db42 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--<![CDATA[
 ========================LICENSE_START=================================
-ORAN-OSC
+O-RAN-SC
 %%
 Copyright (C) 2019 AT&T Intellectual Property and Nokia
 %%
@@ -29,10 +29,6 @@ limitations under the License.
        </parent>
        <artifactId>ric-dash-fe</artifactId>
        <name>RIC Dashboard Webapp frontend</name>
-       <properties>
-               <!-- No java here so skip javadoc -->
-               <maven.javadoc.skip>true</maven.javadoc.skip>
-       </properties>
        <build>
                <plugins>
                        <!-- do not deploy anything -->
index 16843b3..6161ce0 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 8a6fe90..aba337c 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ========================LICENSE_START=================================
-  ORAN-OSC
+  O-RAN-SC
   %%
   Copyright (C) 2019 AT&T Intellectual Property and Nokia
   %%
index 6cd9405..2bfc0c5 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 14cd948..6669079 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 3b89f14..52d7558 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 7ae2691..19ac23e 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index cd5c10c..ef2405a 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ========================LICENSE_START=================================
-  ORAN-OSC
+  O-RAN-SC
   %%
   Copyright (C) 2019 AT&T Intellectual Property and Nokia
   %%
index c84231e..d5c2a58 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 9a0ccca..796d6b3 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 4fa952d..4a84c85 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 508e70b..f345476 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 4d547ca..467d2e4 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ========================LICENSE_START=================================
-  ORAN-OSC
+  O-RAN-SC
   %%
   Copyright (C) 2019 AT&T Intellectual Property and Nokia
   %%
index 5f250b4..86e925e 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ========================LICENSE_START=================================
-  ORAN-OSC
+  O-RAN-SC
   %%
   Copyright (C) 2019 AT&T Intellectual Property and Nokia
   %%
index 556c45c..4bd360d 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index c5aa195..5bff77d 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index a3e97aa..472f822 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 4b2b020..5ed5d75 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ========================LICENSE_START=================================
-  ORAN-OSC
+  O-RAN-SC
   %%
   Copyright (C) 2019 AT&T Intellectual Property and Nokia
   %%
index d6017ca..caa1a73 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 1520862..fb987d4 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index df808cf..3befdac 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index e92ab06..2eefce6 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ========================LICENSE_START=================================
-  ORAN-OSC
+  O-RAN-SC
   %%
   Copyright (C) 2019 AT&T Intellectual Property and Nokia
   %%
index 04ab779..8965fab 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 997b4a0..ba89c33 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 967225e..5cd701b 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 85088e2..68f95ae 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ========================LICENSE_START=================================
-  ORAN-OSC
+  O-RAN-SC
   %%
   Copyright (C) 2019 AT&T Intellectual Property and Nokia
   %%
index ac8256a..d94b39b 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 90f0be6..2d3de0f 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 999fd23..41b2b22 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 92e5148..37fe104 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index a67e98a..a5b2f9a 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 3d2c536..6ec98f8 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index d75c255..b2bdc5f 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index f5f003f..4111d02 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index d0bdc4c..1dcce6f 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 413e3a9..8547e77 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index f826d20..a496c70 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 85c519f..54c606b 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ========================LICENSE_START=================================
-  ORAN-OSC
+  O-RAN-SC
   %%
   Copyright (C) 2019 AT&T Intellectual Property and Nokia
   %%
index 82eb9d9..bbd69b4 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 71bc697..b4e96e1 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 7c69e9e..5a9d9cb 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index aac0c38..51c8d77 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ========================LICENSE_START=================================
-  ORAN-OSC
+  O-RAN-SC
   %%
   Copyright (C) 2019 AT&T Intellectual Property and Nokia
   %%
index 7a7330d..813610b 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 9b7901e..fa7811b 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index dcbd2ee..2dec344 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ========================LICENSE_START=================================
-  ORAN-OSC
+  O-RAN-SC
   %%
   Copyright (C) 2019 AT&T Intellectual Property and Nokia
   %%
index c0bd5d8..458cacc 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 6a4b631..e44933d 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 7c69e9e..5a9d9cb 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 11740d0..0f071dd 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ========================LICENSE_START=================================
-  ORAN-OSC
+  O-RAN-SC
   %%
   Copyright (C) 2019 AT&T Intellectual Property and Nokia
   %%
index 7a7330d..813610b 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 82ba347..04c4fb8 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 84d10ac..dbef323 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ========================LICENSE_START=================================
-  ORAN-OSC
+  O-RAN-SC
   %%
   Copyright (C) 2019 AT&T Intellectual Property and Nokia
   %%
index af0b834..a4ba421 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 90d8edc..9a2c981 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 7c69e9e..5a9d9cb 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 49160ee..0293563 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ========================LICENSE_START=================================
-  ORAN-OSC
+  O-RAN-SC
   %%
   Copyright (C) 2019 AT&T Intellectual Property and Nokia
   %%
index 7a7330d..813610b 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 82d01a2..3f8277a 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 219e322..5058c9d 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ========================LICENSE_START=================================
-  ORAN-OSC
+  O-RAN-SC
   %%
   Copyright (C) 2019 AT&T Intellectual Property and Nokia
   %%
index 5c4ecb6..0e88e2e 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 86b15f6..6e95b43 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 4be8f16..67bd404 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 3f0e8d1..9f94b5c 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index a7fb606..14d03e3 100644 (file)
@@ -1,6 +1,6 @@
 <!--
   ========================LICENSE_START=================================
-  ORAN-OSC
+  O-RAN-SC
   %%
   Copyright (C) 2019 AT&T Intellectual Property and Nokia
   %%
index 0ac1791..d133400 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 87a19b3..ca13d08 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index aa5f842..baef434 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 1455326..4f6bff9 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
index 3f468a9..6e27cbe 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--<![CDATA[
 ========================LICENSE_START=================================
-ORAN-OSC
+O-RAN-SC
 %%
 Copyright (C) 2019 AT&T Intellectual Property and Nokia
 %%
@@ -107,7 +107,7 @@ limitations under the License.
                                                                <groupId>${project.groupId}</groupId>
                                                                <artifactId>${project.artifactId}</artifactId>
                                                                <artifactVersion>${project.version}</artifactVersion>
-                                                               <artifactUrl>www.oran-osc.org</artifactUrl>
+                                                               <artifactUrl>www.O-RAN-SC.org</artifactUrl>
                                                                <artifactDescription>xApp manager client library</artifactDescription>
                                                                <library>resttemplate</library>
                                                                <java8>true</java8>