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

 

ftp -n 172.16.0.25 << EOF
user ftpuser 1111
passive
cd FTP
prompt
bin
mput ${thisDate}.tgz
quit
EOF

1. 문제점

Total download size: 63 M
Downloading packages:
No Presto metadata available for jenkins
warning: /var/cache/yum/x86_64/7/jenkins/packages/jenkins-2.235.3-1.1.noarch.rpm: Header V4 RSA/SHA512 Signature, key ID 45f2c3d5: NOKEY
Public key for jenkins-2.235.3-1.1.noarch.rpm is not installed
jenkins-2.235.3-1.1.noarch.rpm

 

2. 해결책

# wget -qO - https://pkg.jenkins.io/debian-stable/jenkins.io.key | apt-key add - 
# rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key

 

참고 : https://lovapi.tistory.com/173

+ Recent posts