Compare commits

...

1 Commits

Author SHA1 Message Date
Reem Bahsoun
fc948472f5 Add SRS flag in the aerial gNB Docker image build 2025-09-30 14:17:05 +02:00

View File

@@ -48,7 +48,7 @@ RUN /bin/sh oaienv && \
tar -xvzf nvipc_src.*.tar.gz && \
cd nvipc_src.* && \
rm -rf build && mkdir build && cd build && \
cmake .. -DNVIPC_DPDK_ENABLE=OFF -DNVIPC_DOCA_ENABLE=OFF -DNVIPC_CUDA_ENABLE=OFF -DENABLE_SLT_RSP=ON && \
cmake .. -DNVIPC_DPDK_ENABLE=OFF -DNVIPC_DOCA_ENABLE=OFF -DNVIPC_CUDA_ENABLE=OFF -DENABLE_SLT_RSP=ON -DSCF_FAPI_10_04_SRS=ON && \
make -j && make install
RUN /bin/sh oaienv && \