1. 필요 패키지
- libosmo-netif
- libosmo-abis
- libosmocore
- libosmo-sigtran
- libosmo-mgw
- libosmo-hlr
- osmo-msc
- osmo-bsc
- osmo-bts
2. 설치 방법
2.1. libosmo-netif
git clone https://gitea.osmocom.org/osmocom/libosmo-netif.git
libosmo-netif
Osmocom library for network/soecket abstraction and osmux audio multiplex
gitea.osmocom.org
cd libosmo-netif
autoreconf -i
./configure
make
sudo make install
2.2. libosmo-abis
git clone https://gitea.osmocom.org/osmocom/libosmo-abis.git
libosmo-abis
Osmocom library for A-bis (E1/IP) interface
gitea.osmocom.org
cd libosmo-abis
autoreconf -i
./configure --disable-dahdi
make
sudo make install
2.3. libosmocore
git clone https://gitea.osmocom.org/osmocom/libosmocore.git
libosmocore
Common library for all Osmocom projects (libosmocore, libosmogsm, libosmovty, libosmogb, libosmosim, libosmousb, ...)
gitea.osmocom.org
cd libosmocore
autoreconf -i
./configure
make
sudo make install
sudo ldconfig
2.4. libosmo-sigtran
git clone https://gitea.osmocom.org/osmocom/libosmo-sigtran.git
libosmo-sigtran
SIGTRAN (SCCP/SUA/M3UA) library as well as OsmoSTP
gitea.osmocom.org
cd libosmo-sigtran
autoreconf -i
./configure
make
sudo make install
sudo ldconfig
2.5. libosmo-sigtran
git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
osmo-mgw
Osmocom Media Gateway (RTP proxy and RTP/E1 gateway)
gitea.osmocom.org
cd osmo-mgw
autoreconf -i
./configure
make
sudo make install
sudo ldconfig
2.6. osmo-hlr
git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr.git
osmo-hlr
Osmocom HLR for GSUP protocol towards OsmoSGSN and OsmoMSC
gitea.osmocom.org
cd osmo-hlr
autoreconf -i
./configure
make
sudo make install
2.7. osmo-msc
git clone https://github.com/osmocom/osmo-msc.git
GitHub - osmocom/osmo-msc: Osmocom implementation of 3GPP Mobile Swtiching Centre (MSC); mirrored from https://gitea.osmocom.org
Osmocom implementation of 3GPP Mobile Swtiching Centre (MSC); mirrored from https://gitea.osmocom.org/cellular-infrastructure/osmo-msc - osmocom/osmo-msc
github.com
cd osmo-msc
autoreconf -i
./configure
make
sudo make install
2.8. osmo-bsc
git clone https://github.com/osmocom/osmo-bsc.git
GitHub - osmocom/osmo-bsc: GSM Base Station Controller; mirrored from https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc
GSM Base Station Controller; mirrored from https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc - osmocom/osmo-bsc
github.com
cd osmo-bsc
autoreconf -i
./configure
make
sudo make install
2.9. osmo-bts
git clone https://github.com/osmocom/osmo-bts.git
GitHub - osmocom/osmo-bts: Osmocom GSM Base Transceiver Station (BTS); mirrored from https://gitea.osmocom.org/cellular-infrastr
Osmocom GSM Base Transceiver Station (BTS); mirrored from https://gitea.osmocom.org/cellular-infrastructure/osmo-bts - osmocom/osmo-bts
github.com
cd osmo-bts
autoreconf -i
./configure
make
sudo make install
'LINUX' 카테고리의 다른 글
| FTP 일괄 처리 스크립트 예제 (0) | 2021.08.10 |
|---|---|
| jenkins 설치중 경고 (0) | 2021.08.10 |
| Subversion error: svn: E120171: Error running context: An error occurred during SSL communication (0) | 2021.08.10 |
| VirtualBox환경 Linux에서 mount path 쓰기가 안될때 (0) | 2021.05.26 |
| bitnami-redmine 백업 및 복구 (0) | 2020.08.14 |