Disable SELINUX in /etc/selinux/config
Decompress source file
tar xvfz gprs3gemulator-5.3.3.tgz
find . -type f -exec chmod 777 {} \;
Enable/disable features in makeoptions
export PACKET_ABIS_FLAG=-DPACKET_ABIS
export PCUMS_SBA_FLAG=-UINIT_SBA_MS
export ETP_STUB_FLAG=-DETP_STUB
export ETP_BSC_STUB_FLAG=-UETP_BSC_STUB
export S16_CS_TRAU_FLAG=-US16_CS_TRAU_LEGACY_ABIS
Installing dependencies packages:
yum install lksctp-tools-devel.i686
yum install openssl-devel.i686
yum install tcsh.i686
make clean && make clobber && make
Update correct IP address in system/struct_2g.db
(using vim, this command can be used: :%s/localhost/192.168.0.103/g)
Generate configuration files for all subsystem using iniparser tool:
iniparser/iniparser_PAoE -sgB bsc_3 system/struct_2g.db
No comments:
Post a Comment