Merge "Fixes for SIB1 transmission and FAPI STOP.request [Issue-ID: ODUHIGH-325]"
authorHarshita Lal <harshita.lal@radisys.com>
Thu, 1 Jul 2021 07:29:40 +0000 (07:29 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Thu, 1 Jul 2021 07:29:40 +0000 (07:29 +0000)
CMakeLists.txt [new file with mode: 0644]
INFO.yaml
build/Makefile [new file with mode: 0644]
test/Makefile [new file with mode: 0644]

diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644 (file)
index 0000000..6d5864b
--- /dev/null
@@ -0,0 +1 @@
+#sonar qube testing
index 29d8649..eea6c39 100644 (file)
--- a/INFO.yaml
+++ b/INFO.yaml
@@ -54,6 +54,11 @@ committers:
       company: 'hcl'
       id: 'HariomGupta'
       timezone: 'Asia/Kolkata'
+    - name: 'Ankit Barve'
+      email: 'anbarve@radisys.com'
+      company: 'Radisys'
+      id: 'barveankit'
+      timezone: 'Asia/Kolkata'
 tsc:
     # yamllint disable rule:line-length
     approval: 'missing'
diff --git a/build/Makefile b/build/Makefile
new file mode 100644 (file)
index 0000000..2d02653
--- /dev/null
@@ -0,0 +1,2 @@
+sonarqube: 
+       cd odu;make -f makefile odu MACHINE=BIT64 MODE=TDD
diff --git a/test/Makefile b/test/Makefile
new file mode 100644 (file)
index 0000000..e901b4d
--- /dev/null
@@ -0,0 +1 @@
+test: