From 0381f5c0027b27b357afa0c02f157fc1de85f2a8 Mon Sep 17 00:00:00 2001 From: sphoorthi Date: Mon, 14 Dec 2020 12:38:31 +0530 Subject: [PATCH] releasing docker images Change-Id: I0ee0cc7fc74b1a21cbc51b7510eb4b3d706d83db Signed-off-by: sphoorthi --- docs/installation-guide.rst | 5 +---- docs/release-notes.rst | 2 +- releases/container-release-o-du-l2 | 11 +++++++++++ releases/container-release-o-du-l2-cu-stub | 11 +++++++++++ src/5gnrsch/sch.c | 1 - 5 files changed, 24 insertions(+), 6 deletions(-) create mode 100644 releases/container-release-o-du-l2 create mode 100644 releases/container-release-o-du-l2-cu-stub diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index f2e86be5b..0ab305e72 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -101,10 +101,7 @@ Cloning code - Clone code into - 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 ------------ diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 63ceb5e8f..b3f176fc9 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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 index 000000000..1ffc2032b --- /dev/null +++ b/releases/container-release-o-du-l2 @@ -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 index 000000000..1a5063a46 --- /dev/null +++ b/releases/container-release-o-du-l2-cu-stub @@ -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 diff --git a/src/5gnrsch/sch.c b/src/5gnrsch/sch.c index f0141f9d9..1b1daed42 100644 --- a/src/5gnrsch/sch.c +++ b/src/5gnrsch/sch.c @@ -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; -- 2.16.6