infoX-WAPGW CONFIG SPECIFICATION

The sameness of Communication Port for Wap1x and wap2.0
wapgw_http.ini
[WAE]
#WAP1.x stack listening port
ServerListenPort = 9128
wapgw_wap.ini
[WAEAGENT]
#Master wae's IP address
MASTERWAEIP = 10.164.37.32
#Master WAE's port number
MASTERWAEPORT = 9128
#Slave WAE's IP address
SLAVEWAEIP = 10.71.101.194
#Slave WAE's port number
SLAVEWAEPORT = 9128
#Connect time out(ms)
ConnectTimeout = 6000
Description: This port was configed for the communication of Wap1x and Wap20,usually it’s 9128. That means the wap20 listening on port 9128 and the wap1x connect wap20 with port 9128.


The sameness of Communication Port for wapgw and plat
wapgw_common.ini
[PFM]
#PFM IP address
PFMIP = 10.71.104.196
#PFM listening port
PFMListenPort = 15000
#PFM timeout,secs
PFMTimeout = 60
wapgw_plat.ini

#net service
[NETWORK]
# the port for WAPGW to query the relation between MSISDN and IP address
WapQueryPort = 15000
Description: Usually , this port was set to 15000,that means the wapgw modules connect plat with port 15000,and the plat listen on port 15000.


The sameness of Communication for wapgw and oamagent
wapgw_http.ini
[SNMPAGENT]
IsSNMPSupport = 0
#SNMPAGENT IP
SNMPAgentIP= 10.71.101.141
#SNMPAGENT port
SNMPAgentPort= 6088
wapgw_wap.ini

[OAMAGENT]
#OAM node's IP address
OAMIP = 10.71.101.141
#OAM listening port
OAMPort = 6088
wapgw_plat.ini
[OAMAGENT]
IsConnectOamAgent = 1
# OAM IP address
OAMIP = 10.71.101.141
# OAM listening port
OAMPort = 6088
wapgw_ppg.ini

[OAMAgent]
ip = 10.71.101.141
# Network manager's service port
port = 6088
oamagnet.ini

[COMMON]
#IP address of the local computer
LocalIP = 10.71.101.141
#OAMAgent listen port No.
LocalPort = 6088


The sameness of Communication for ppg and smpa
smpa.cfg
[COMMON]
LocalIp = 10.0.0.240
OffsetOfPort = 6580

[PROTOCOL]
ProtocolVersion = 3.3
[PROTOCOL]
ProtocolVersion = 3.4
wapgw_ppg.ini

[SMPA]
IP = 10.0.0.240
Port = 6580

[SMPA]
SMPPVer = 0
Esm = 0
EnableDeliverReport = true
[SYS]
msgGoStraight = false
msgWithSARInfo = true
msgWithPort = true
[SMPA]
SMPPVer = 1
Esm = 2
EnableDeliverReport = false
[SYS]
msgGoStraight = true
msgWithSARInfo = false
msgWithPort = false