Merge "releasing docker images"
authorSphoorthi Dayanand <sphoorthi.dayanand@radisys.com>
Mon, 14 Dec 2020 09:19:41 +0000 (09:19 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Mon, 14 Dec 2020 09:19:41 +0000 (09:19 +0000)
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 5a4ea45..ab169b0 100644 (file)
@@ -117,10 +117,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 cab3567..d7f0158 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;