Example #1
0
 def getProtocolObject(self):
     smpp = SMPPClientProtocol()
     config = SMPPClientConfig(
         host='localhost',
         port = 82,
         username = '',
         password = '',
     )
     smpp.config = Mock(return_value=config)
     return smpp