Restructure O1 module to run as a thread in O-DU High binary [Issue-Id: ODUHIGH-297]
[o-du/l2.git] / Dockerfile
index dbd558d..cfeffb2 100644 (file)
@@ -25,9 +25,9 @@ RUN cd build/odu && make clean_odu odu MACHINE=BIT64 MODE=TDD
 #CMD /opt/o-du-l2/bin/odu/odu
 
 #cleanup netconf folder and install libraries
-RUN cd build/o1  && rm -rf netconf && /bin/bash install_lib.sh -c
-
-RUN cd build/o1  && make o1 MACHINE=BIT64
+RUN cd build/scripts && /bin/bash install_lib.sh -c
 
 # Install the data models based on the ODU yang model
-RUN /usr/local/bin/sysrepoctl -i build/o1/yang/o-ran-sc-odu-alarm-v1.yang
+RUN /usr/local/bin/sysrepoctl -i build/yang/o-ran-sc-odu-alarm-v1.yang
+
+RUN cd build/odu && make clean_odu odu MACHINE=BIT64 MODE=FDD O1_ENABLE=YES