releasing docker images 45/5345/3
authorsphoorthi <sphoorthi.dayanand@radisys.com>
Mon, 14 Dec 2020 07:08:31 +0000 (12:38 +0530)
committersphoorthi <sphoorthi.dayanand@radisys.com>
Mon, 14 Dec 2020 08:59:46 +0000 (14:29 +0530)
Change-Id: I0ee0cc7fc74b1a21cbc51b7510eb4b3d706d83db
Signed-off-by: sphoorthi <sphoorthi.dayanand@radisys.com>
docs/installation-guide.rst
docs/release-notes.rst
releases/container-release-o-du-l2 [new file with mode: 0644]
releases/container-release-o-du-l2-cu-stub [new file with mode: 0644]
src/5gnrsch/sch.c

index f2e86be..0ab305e 100644 (file)
@@ -101,10 +101,7 @@ Cloning code
 
 - Clone code into <O-DU High Directory> 
 
-  git clone "https://gerrit.o-ran-sc.org/r/o-du/l2" && (cd "l2" && mkdir -p .git/hooks && curl -Lo `git rev-parse
-  --git-dir`/hooks/commit-msg https://gerrit.o-ran-sc.org/r/tools/hooks/commit-msg; chmod +x `git rev-parse
-  --git-dir`/hooks/commit-msg)
-
+  git clone "https://gerrit.o-ran-sc.org/r/o-du/l2"
 
 Compilation
 ------------
index 63ceb5e..b3f176f 100644 (file)
@@ -6,7 +6,7 @@ Release-Notes
 **************
 
 
-This document provides the release notes for Bronze Release of O-DU-L2.
+This document provides the release notes for Cherry Release of O-DU-L2.
 
 .. contents::
    :depth: 3
diff --git a/releases/container-release-o-du-l2 b/releases/container-release-o-du-l2
new file mode 100644 (file)
index 0000000..1ffc203
--- /dev/null
@@ -0,0 +1,11 @@
+---
+
+distribution_type: container
+container_release_tag: 3.0.1
+container_pull_registry: nexus.o-ran-sc.org:10004
+container_push_registry: nexus.o-ran-sc.org:10002
+project: o-du-l2 
+ref: ec59dbf8aec8c68eb15efeddfba08d5bcd56b7ae 
+containers:
+- name: o-du-l2
+version: 3.0.1
diff --git a/releases/container-release-o-du-l2-cu-stub b/releases/container-release-o-du-l2-cu-stub
new file mode 100644 (file)
index 0000000..1a5063a
--- /dev/null
@@ -0,0 +1,11 @@
+---
+
+distribution_type: container
+container_release_tag: 3.0.1
+container_pull_registry: nexus.o-ran-sc.org:10004
+container_push_registry: nexus.o-ran-sc.org:10002
+project: o-du-l2 
+ref: ec59dbf8aec8c68eb15efeddfba08d5bcd56b7ae 
+containers:
+- name: o-du-l2-cu-stub
+version: 3.0.1
index f0141f9..1b1daed 100644 (file)
@@ -264,7 +264,6 @@ uint8_t MacSchSlotInd(Pst *pst, SlotIndInfo *slotInd)
 {
    Inst  inst = pst->dstInst-SCH_INST_START;
 
-   /* Now call the TOM (Tfu ownership module) primitive to process further */
    schProcessSlotInd(slotInd, inst);
 
    return ROK;