Esempio n. 1
0
 def handle_data(self, data):
     self.pdu_queue.put({
         'direction': 'inbound',
         'pdu': unpack_pdu(data),
     })
     return SmscServer.handle_data(self, data)
Esempio n. 2
0
 def handle_data(self, data):
     self.pdu_queue.put({
             'direction': 'inbound',
             'pdu': unpack_pdu(data),
             })
     return SmscServer.handle_data(self, data)