Skip to content

Commit

Permalink
Feature/shared config (#36)
Browse files Browse the repository at this point in the history
* Increase version number to 1.2.2

* Add rt-common-shared submodule
  • Loading branch information
dsilhavy authored Nov 24, 2022
1 parent b6bdb76 commit 9ac66a0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 73 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ docs

# cmake build directory
build
cmake-build-debug

# VIM files
# Swap
Expand Down
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
path = lib/srsran
url = ../srsRAN
branch = fembms
[submodule "supporting_files/rt-common-shared"]
path = supporting_files/rt-common-shared
url = https://github.com/5G-MAG/rt-common-shared
branch = feature/mbms
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)

project (modem VERSION 1.2.1)
project (modem VERSION 1.2.2)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED True)
Expand Down Expand Up @@ -68,8 +68,8 @@ target_link_libraries( modem

install(TARGETS modem)
install(FILES supporting_files/5gmag-rt-modem.service DESTINATION /usr/lib/systemd/system)
install(FILES supporting_files/5gmag-rt.conf DESTINATION /etc)
install(FILES supporting_files/5gmag-rt DESTINATION /etc/default)
install(FILES supporting_files/rt-common-shared/mbms/common-config/5gmag-rt.conf DESTINATION /etc)
install(FILES supporting_files/rt-common-shared/mbms/common-config/5gmag-rt DESTINATION /etc/default)
install(FILES supporting_files/pre_modem.sh DESTINATION /usr/share/5gmag-rt
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)
Expand Down
7 changes: 0 additions & 7 deletions supporting_files/5gmag-rt

This file was deleted.

63 changes: 0 additions & 63 deletions supporting_files/5gmag-rt.conf

This file was deleted.

1 change: 1 addition & 0 deletions supporting_files/rt-common-shared
Submodule rt-common-shared added at f5c75c

0 comments on commit 9ac66a0

Please sign in to comment.