Thanks Aarno and Dziugas for your help!
 
I have the following  messages after that. I'm attached the log.
 
2005-03-25 08:30:54 [2] DEBUG: Octet string dump ends.
2005-03-25 08:30:54 [2] DEBUG: HTTP: Status line: <HTTP/1.1 202 Foo>
2005-03-25 08:30:54 [1] DEBUG: TEST_PPG: push 0 done: reply from, 
http://172.24.249.43:4445/cgi-bin/wappush.cgi?username=foo&password=bar
2005-03-25 08:30:54 [1] DEBUG: PAP COMPILER: doing semantic analysis
for address type unknown address
2005-03-25 08:30:54 [1] DEBUG: using defaults instead of anys
2005-03-25 08:30:54 [1] DEBUG: TEST_PPG: and type push response
2005-03-25 08:30:54 [1] INFO: TEST_PPG: In thread 1 1 succeeded, 0
failed
2005-03-25 08:30:54 [1] DEBUG: Thread 1 (test/test_ppg.c:push_thread)
terminates.
2005-03-25 08:30:54 [0] INFO: TEST_PPG: 1 requests in 0.000000 seconds,
inf requests per second
2005-03-25 08:30:54 [0] DEBUG: Waiting for 3
(gwlib/http.c:write_request_thread) to terminate
2005-03-25 08:30:54 [3] DEBUG: Thread 3
(gwlib/http.c:write_request_thread) terminates.
2005-03-25 08:30:54 [2] DEBUG: Thread 2 (gwlib/fdset.c:poller)
terminates.
2005-03-25 08:30:54 [0] DEBUG: Immutable octet strings: 41.
 

 
And the message is never sent.
 
Maybe my PAP.xml is not correct, I have some doubts about it. Please, could you clarify me this doubts?
 
Line of address address-value - TYPe: [EMAIL PROTECTED] (my hostname) is right?
or  Do I need a registered domain on internet for TYPE ?

Lines Network and Bearer.. what are the different options I can write on network and bearer?
Is there any conventional name for my kind of network?
as you now my network is IDEN - GPRS and my bearer is packet swithing, so I'm writing
network="IDEN" and bearer="Packet Data"  Is it right?

*My PAP.xml 
  <?xml version="1.0" ?>
  <!DOCTYPE pap (View Source for full doctype...)>
- <pap>
- <push-message push-id="[EMAIL PROTECTED]" deliver-before-timestamp="2003-04-04T06:45:00Z" deliver-after-timestamp="2000-02-27T06:45:00Z" progress-notes-requested="false">
  <address address-value=WAPPUSH=10.98.146.251/[EMAIL PROTECTED] />
  <quality-of-service priority="low" delivery-method="unconfirmed" network-required="true" network="IDEN" bearer-required="true" bearer="Packet Data" />
  </push-message>
  </pap>
 
 

* And this is my kannel.conf for ppg
 
# PPG CORE SETUP, for defining the push request interface
group = ppg
ppg-url = "">ppg-port = 4445
concurrent-pushes = 100
trusted-pi = false
users = 1024
ppg-allow-ip = 127.0.0.1;172.24.249.43
global-sender = 123456

# PPG USER SETUP, for authorizing a specific push user
group = wap-push-user
wap-push-user = foo
ppg-username = foo
ppg-password = bar
 
Regards and Thanks a lot!,
Ivone


Aarno Syv�nen <[EMAIL PROTECTED]> wrote:
Hi,

note that message is at debug level, so there is no error there. Kannel
would issue
warning, if a message is broken and it drops it be .

As for your question, this means that your pap control document does
not tell
the address type (phone number or ip address), which is perfectly legal
thing to,
and PPG is checking the address type by itself.

Debug messages can sometimes be somewhat misleading, because they are
truly
meant for developers only.

Have you log other messages after that ?



On 24.3.2005, at 01:48, Ivonne Ivonne wrote:

>
> Hi,
>
> I'm testing the test-ppg. (kannel1.3.1-Iden technology,GPRS)
>
> But I'm getting this error :
>
> 2005-03-23 19:10:00 [1] DEBUG: PAP COMPILER: doing semantic analysis
> for address type unknown address
>
> What does it mean?
>
> Please, help me!
>
> Thanks in advance,
>
> Ivone
>
> --------------------------------------------------------------------
>
> My PAP.xml:
>
> In the line of address address-value - TYPe: Does @kannel (my
> hostname) is right? Do I need a registered domain on internet or it is
> enough the hostname?
>
> On these lines.. what are the different options I can write on network
> and bearer? Is there any conventional name for my kind of network?
>
> network="IDEN" and bearer="Packet Data"
>
>
> >  "http://www.wapforum.org/DTD/pap_1.0.dtd">
>
>   >  deliver-before-timestamp="2003-04-04T06:45:00Z"
>  deliver-after-timestamp="2000-02-27T06:45:00Z"
>  progress-notes-requested="false">
>    
> address-value=WAPPUSH=10.98.146.251/[EMAIL PROTECTED]>

>    
>     >                     priority="low"
>                     delivery-method="unconfirmed"
>                     network-required="true"
>                     network="IDEN"
>                     bearer-required="true"
>                     bearer="Packet Data"
>     />
>  

>

>
>
> ..................
>
>  
>
> 2005-03-23 19:10:00 [2] DEBUG:   data: 61 73 64 6c 66 6b 6a 69  
> asdlfkji
> 2005-03-23 19:10:00 [2] DEBUG:   data: 75 72 77 67 68 61 73 66  
> urwghasf
> 2005-03-23 19:10:00 [2] DEBUG:   data: 2d 2d 0d 0a               --..
> 2005-03-23 19:10:00 [2] DEBUG: Octet string dump ends.
> 2005-03-23 19:10:00 [2] DEBUG: HTTP: Status line:
> 2005-03-23 19:10:00 [1] DEBUG: TEST_PPG: push 0 done: reply from, 
> http://172.24.249.43:4445/cgi-bin/wappush.cgi?
> username=foo&password=bar
> 2005-03-23 19:10:00 [1] DEBUG: PAP COMPILER: doing semantic analysis
> for address type unknown address
> 2005-03-23 19:10:00 [1] DEBUG: using defaults instead of anys
> 2005-03-23 19:10:00 [1] DEBUG: TEST_PPG: and type push response
> 2005-03-23 19:10:00 [1] INFO: TEST_PPG: In thread 1 1 succeeded, 0
> failed
> 2005-03-23 19:10:00 [1] DEBUG: Thread 1 (test/test_ppg.c:push_thread)
> terminates.
> 2005-03-23 19:10:00 [0] INFO: TEST_PPG: 1 requests in 0.000000
> seconds, inf requests per second
> 2005-03-23 19:10:00 [0] DEBUG: Waiting for 3
> (gwlib/http.c:write_request_thread) to terminate
> 2005-03-23 19:10:00 [3] DEBUG: Thread 3
> (gwlib/http.c:write_request_thread) terminates.
> 2005-03-23 19:10:00 [2] DEBUG: Thread 2 (gwlib/fdset.c:poller)
> terminates.
> 2005-03-23 19:10:00 [0] DEBUG: Immutable octet strings: 41.
>
> .......................
>
>  
>
> Do you Yahoo!?
> Yahoo! Small Business - Try our new resources site!
>
> Do you Yahoo!?
> Yahoo! Small Business - Try our new resources site!


Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
[EMAIL PROTECTED] test]#  ./test_ppg -q 
http://xxx.yyy.xxxx:4445/cgi-bin/wappush.cgi?username=foo'&'password=bar SI.xml 
PAP.xml
2005-03-25 08:30:54 [0] INFO: an input without a configuration file assumed
2005-03-25 08:30:54 [0] DEBUG: using SI.xml as a content file
2005-03-25 08:30:54 [0] DEBUG: using PAP.xml as a control file
2005-03-25 08:30:54 [0] DEBUG: Started thread 1 (test/test_ppg.c:push_thread)
2005-03-25 08:30:54 [1] DEBUG: TEST_PPG: starting to push job 0
2005-03-25 08:30:54 [1] DEBUG: Started thread 2 (gwlib/fdset.c:poller)
2005-03-25 08:30:54 [1] DEBUG: Started thread 3 
(gwlib/http.c:write_request_thread)
2005-03-25 08:30:54 [1] DEBUG: push done
2005-03-25 08:30:54 [3] DEBUG: HTTP: Opening connection to `172.24.249.43:4445' 
(fd=13).
2005-03-25 08:30:54 [3] DEBUG: Socket connecting
2005-03-25 08:30:54 [2] DEBUG: Get info about connecting socket
2005-03-25 08:30:54 [2] DEBUG: HTTP: Sending request:
2005-03-25 08:30:54 [2] DEBUG: Octet string at 0x812aaf0:
2005-03-25 08:30:54 [2] DEBUG:   len:  1372
2005-03-25 08:30:54 [2] DEBUG:   size: 1373
2005-03-25 08:30:54 [2] DEBUG:   immutable: 0
2005-03-25 08:30:54 [2] DEBUG:   data: 50 4f 53 54 20 2f 63 67   POST /cg
2005-03-25 08:30:54 [2] DEBUG:   data: 69 2d 62 69 6e 2f 77 61   i-bin/wa
2005-03-25 08:30:54 [2] DEBUG:   data: 70 70 75 73 68 2e 63 67   ppush.cg
2005-03-25 08:30:54 [2] DEBUG:   data: 69 3f 75 73 65 72 6e 61   i?userna
2005-03-25 08:30:54 [2] DEBUG:   data: 6d 65 3d 66 6f 6f 26 70   me=foo&p
2005-03-25 08:30:54 [2] DEBUG:   data: 61 73 73 77 6f 72 64 3d   assword=
2005-03-25 08:30:54 [2] DEBUG:   data: 62 61 72 20 48 54 54 50   bar HTTP
2005-03-25 08:30:54 [2] DEBUG:   data: 2f 31 2e 31 0d 0a 48 6f   /1.1..Ho
2005-03-25 08:30:54 [2] DEBUG:   data: 73 74 3a 20 31 37 32 2e   st: 172.
2005-03-25 08:30:54 [2] DEBUG:   data: 32 34 2e 32 34 39 2e 34   24.249.4
2005-03-25 08:30:54 [2] DEBUG:   data: 33 3a 34 34 34 35 0d 0a   3:4445..
2005-03-25 08:30:54 [2] DEBUG:   data: 43 6f 6e 74 65 6e 74 2d   Content-
2005-03-25 08:30:54 [2] DEBUG:   data: 54 79 70 65 3a 20 6d 75   Type: mu
2005-03-25 08:30:54 [2] DEBUG:   data: 6c 74 69 70 61 72 74 2f   ltipart/
2005-03-25 08:30:54 [2] DEBUG:   data: 72 65 6c 61 74 65 64 3b   related;
2005-03-25 08:30:54 [2] DEBUG:   data: 20 62 6f 75 6e 64 61 72    boundar
2005-03-25 08:30:54 [2] DEBUG:   data: 79 3d 61 73 64 6c 66 6b   y=asdlfk
2005-03-25 08:30:54 [2] DEBUG:   data: 6a 69 75 72 77 67 68 61   jiurwgha
2005-03-25 08:30:54 [2] DEBUG:   data: 73 66 3b 20 74 79 70 65   sf; type
2005-03-25 08:30:54 [2] DEBUG:   data: 3d 22 61 70 70 6c 69 63   ="applic
2005-03-25 08:30:54 [2] DEBUG:   data: 61 74 69 6f 6e 2f 78 6d   ation/xm
2005-03-25 08:30:54 [2] DEBUG:   data: 6c 22 0d 0a 58 2d 57 41   l"..X-WA
2005-03-25 08:30:54 [2] DEBUG:   data: 50 2d 41 70 70 6c 69 63   P-Applic
2005-03-25 08:30:54 [2] DEBUG:   data: 61 74 69 6f 6e 2d 49 64   ation-Id
2005-03-25 08:30:54 [2] DEBUG:   data: 3a 20 68 74 74 70 3a 2f   : http:/
2005-03-25 08:30:54 [2] DEBUG:   data: 2f 77 77 77 2e 77 69 72   /www.wir
2005-03-25 08:30:54 [2] DEBUG:   data: 61 6c 2e 63 6f 6d 3a 77   al.com:w
2005-03-25 08:30:54 [2] DEBUG:   data: 6d 6c 2e 75 61 0d 0a 43   ml.ua..C
2005-03-25 08:30:54 [2] DEBUG:   data: 6f 6e 74 65 6e 74 2d 4c   ontent-L
2005-03-25 08:30:54 [2] DEBUG:   data: 65 6e 67 74 68 3a 20 31   ength: 1
2005-03-25 08:30:54 [2] DEBUG:   data: 31 32 35 0d 0a 0d 0a 0d   125.....
2005-03-25 08:30:54 [2] DEBUG:   data: 0a 2d 2d 61 73 64 6c 66   .--asdlf
2005-03-25 08:30:54 [2] DEBUG:   data: 6b 6a 69 75 72 77 67 68   kjiurwgh
2005-03-25 08:30:54 [2] DEBUG:   data: 61 73 66 0d 0a 43 6f 6e   asf..Con
2005-03-25 08:30:54 [2] DEBUG:   data: 74 65 6e 74 2d 54 79 70   tent-Typ
2005-03-25 08:30:54 [2] DEBUG:   data: 65 3a 20 61 70 70 6c 69   e: appli
2005-03-25 08:30:54 [2] DEBUG:   data: 63 61 74 69 6f 6e 2f 78   cation/x
2005-03-25 08:30:54 [2] DEBUG:   data: 6d 6c 0d 0a 3c 3f 78 6d   ml..<?xm
2005-03-25 08:30:54 [2] DEBUG:   data: 6c 20 76 65 72 73 69 6f   l versio
2005-03-25 08:30:54 [2] DEBUG:   data: 6e 3d 22 31 2e 30 22 3f   n="1.0"?
2005-03-25 08:30:54 [2] DEBUG:   data: 3e 0d 0a 3c 21 44 4f 43   >..<!DOC
2005-03-25 08:30:54 [2] DEBUG:   data: 54 59 50 45 20 70 61 70   TYPE pap
2005-03-25 08:30:54 [2] DEBUG:   data: 20 50 55 42 4c 49 43 20    PUBLIC
2005-03-25 08:30:54 [2] DEBUG:   data: 22 2d 2f 2f 57 41 50 46   "-//WAPF
2005-03-25 08:30:54 [2] DEBUG:   data: 4f 52 55 4d 2f 2f 44 54   ORUM//DT
2005-03-25 08:30:54 [2] DEBUG:   data: 44 20 50 41 50 2f 2f 45   D PAP//E
2005-03-25 08:30:54 [2] DEBUG:   data: 4e 22 0d 0a 09 22 68 74   N"..."ht
2005-03-25 08:30:54 [2] DEBUG:   data: 74 70 3a 2f 2f 77 77 77   tp://www
2005-03-25 08:30:54 [2] DEBUG:   data: 2e 77 61 70 66 6f 72 75   .wapforu
2005-03-25 08:30:54 [2] DEBUG:   data: 6d 2e 6f 72 67 2f 44 54   m.org/DT
2005-03-25 08:30:54 [2] DEBUG:   data: 44 2f 70 61 70 5f 31 2e   D/pap_1.
2005-03-25 08:30:54 [2] DEBUG:   data: 30 2e 64 74 64 22 3e 0d   0.dtd">.
2005-03-25 08:30:54 [2] DEBUG:   data: 0a 3c 70 61 70 3e 0d 0a   .<pap>..
2005-03-25 08:30:54 [2] DEBUG:   data: 20 20 3c 70 75 73 68 2d     <push-
2005-03-25 08:30:54 [2] DEBUG:   data: 6d 65 73 73 61 67 65 20   message
2005-03-25 08:30:54 [2] DEBUG:   data: 70 75 73 68 2d 69 64 3d   push-id=
2005-03-25 08:30:54 [2] DEBUG:   data: 22 39 66 6a 65 6f 33 39   "9fjeo39
2005-03-25 08:30:54 [2] DEBUG:   data: 6a 66 30 38 34 40 6b 61   [EMAIL 
PROTECTED]
2005-03-25 08:30:54 [2] DEBUG:   data: 6e 6e 65 6c 22 20 0d 0a   nnel" ..
2005-03-25 08:30:54 [2] DEBUG:   data: 09 64 65 6c 69 76 65 72   .deliver
2005-03-25 08:30:54 [2] DEBUG:   data: 2d 62 65 66 6f 72 65 2d   -before-
2005-03-25 08:30:54 [2] DEBUG:   data: 74 69 6d 65 73 74 61 6d   timestam
2005-03-25 08:30:54 [2] DEBUG:   data: 70 3d 22 32 30 30 33 2d   p="2003-
2005-03-25 08:30:54 [2] DEBUG:   data: 30 34 2d 30 34 54 30 36   04-04T06
2005-03-25 08:30:54 [2] DEBUG:   data: 3a 34 35 3a 30 30 5a 22   :45:00Z"
2005-03-25 08:30:54 [2] DEBUG:   data: 0d 0a 09 64 65 6c 69 76   ...deliv
2005-03-25 08:30:54 [2] DEBUG:   data: 65 72 2d 61 66 74 65 72   er-after
2005-03-25 08:30:54 [2] DEBUG:   data: 2d 74 69 6d 65 73 74 61   -timesta
2005-03-25 08:30:54 [2] DEBUG:   data: 6d 70 3d 22 32 30 30 30   mp="2000
2005-03-25 08:30:54 [2] DEBUG:   data: 2d 30 32 2d 32 37 54 30   -02-27T0
2005-03-25 08:30:54 [2] DEBUG:   data: 36 3a 34 35 3a 30 30 5a   6:45:00Z
2005-03-25 08:30:54 [2] DEBUG:   data: 22 0d 0a 09 70 72 6f 67   "...prog
2005-03-25 08:30:54 [2] DEBUG:   data: 72 65 73 73 2d 6e 6f 74   ress-not
2005-03-25 08:30:54 [2] DEBUG:   data: 65 73 2d 72 65 71 75 65   es-reque
2005-03-25 08:30:54 [2] DEBUG:   data: 73 74 65 64 3d 22 66 61   sted="fa
2005-03-25 08:30:54 [2] DEBUG:   data: 6c 73 65 22 3e 0d 0a 20   lse">..
2005-03-25 08:30:54 [2] DEBUG:   data: 20 20 20 3c 61 64 64 72      <addr
2005-03-25 08:30:54 [2] DEBUG:   data: 65 73 73 20 61 64 64 72   ess addr
2005-03-25 08:30:54 [2] DEBUG:   data: 65 73 73 2d 76 61 6c 75   ess-valu
2005-03-25 08:30:54 [2] DEBUG:   data: 65 3d 22 57 41 50 50 55   e="WAPPU
2005-03-25 08:30:54 [2] DEBUG:   data: 53 48 3d 31 30 2e 39 38   SH=10.98
2005-03-25 08:30:54 [2] DEBUG:   data: 2e 31 34 36 2e 32 35 31   .146.251
2005-03-25 08:30:54 [2] DEBUG:   data: 2f 54 59 50 45 3d 49 50   /TYPE=IP
2005-03-25 08:30:54 [2] DEBUG:   data: 76 34 40 6b 61 6e 6e 65   [EMAIL 
PROTECTED]
2005-03-25 08:30:54 [2] DEBUG:   data: 6c 22 3e 3c 2f 61 64 64   l"></add
2005-03-25 08:30:54 [2] DEBUG:   data: 72 65 73 73 3e 0d 0a 20   ress>..
2005-03-25 08:30:54 [2] DEBUG:   data: 20 20 20 0d 0a 20 20 20      ..
2005-03-25 08:30:54 [2] DEBUG:   data: 20 3c 71 75 61 6c 69 74    <qualit
2005-03-25 08:30:54 [2] DEBUG:   data: 79 2d 6f 66 2d 73 65 72   y-of-ser
2005-03-25 08:30:54 [2] DEBUG:   data: 76 69 63 65 0d 0a 20 20   vice..
2005-03-25 08:30:54 [2] DEBUG:   data: 20 20 20 20 20 20 20 20
2005-03-25 08:30:54 [2] DEBUG:   data: 20 20 20 20 20 20 20 20
2005-03-25 08:30:54 [2] DEBUG:   data: 20 20 70 72 69 6f 72 69     priori
2005-03-25 08:30:54 [2] DEBUG:   data: 74 79 3d 22 6c 6f 77 22   ty="low"
2005-03-25 08:30:54 [2] DEBUG:   data: 0d 0a 20 20 20 20 20 20   ..
2005-03-25 08:30:54 [2] DEBUG:   data: 20 20 20 20 20 20 20 20
2005-03-25 08:30:54 [2] DEBUG:   data: 20 20 20 20 20 20 64 65         de
2005-03-25 08:30:54 [2] DEBUG:   data: 6c 69 76 65 72 79 2d 6d   livery-m
2005-03-25 08:30:54 [2] DEBUG:   data: 65 74 68 6f 64 3d 22 75   ethod="u
2005-03-25 08:30:54 [2] DEBUG:   data: 6e 63 6f 6e 66 69 72 6d   nconfirm
2005-03-25 08:30:54 [2] DEBUG:   data: 65 64 22 0d 0a 20 20 20   ed"..
2005-03-25 08:30:54 [2] DEBUG:   data: 20 20 20 20 20 20 20 20
2005-03-25 08:30:54 [2] DEBUG:   data: 20 20 20 20 20 20 20 20
2005-03-25 08:30:54 [2] DEBUG:   data: 20 6e 65 74 77 6f 72 6b    network
2005-03-25 08:30:54 [2] DEBUG:   data: 2d 72 65 71 75 69 72 65   -require
2005-03-25 08:30:54 [2] DEBUG:   data: 64 3d 22 74 72 75 65 22   d="true"
2005-03-25 08:30:54 [2] DEBUG:   data: 0d 0a 20 20 20 20 20 20   ..
2005-03-25 08:30:54 [2] DEBUG:   data: 20 20 20 20 20 20 20 20
2005-03-25 08:30:54 [2] DEBUG:   data: 20 20 20 20 20 20 6e 65         ne
2005-03-25 08:30:54 [2] DEBUG:   data: 74 77 6f 72 6b 3d 22 49   twork="I
2005-03-25 08:30:54 [2] DEBUG:   data: 44 45 4e 22 0d 0a 20 20   DEN"..
2005-03-25 08:30:54 [2] DEBUG:   data: 20 20 20 20 20 20 20 20
2005-03-25 08:30:54 [2] DEBUG:   data: 20 20 20 20 20 20 20 20
2005-03-25 08:30:54 [2] DEBUG:   data: 20 20 62 65 61 72 65 72     bearer
2005-03-25 08:30:54 [2] DEBUG:   data: 2d 72 65 71 75 69 72 65   -require
2005-03-25 08:30:54 [2] DEBUG:   data: 64 3d 22 74 72 75 65 22   d="true"
2005-03-25 08:30:54 [2] DEBUG:   data: 0d 0a 20 20 20 20 20 20   ..
2005-03-25 08:30:54 [2] DEBUG:   data: 20 20 20 20 20 20 20 20
2005-03-25 08:30:54 [2] DEBUG:   data: 20 20 20 20 20 20 62 65         be
2005-03-25 08:30:54 [2] DEBUG:   data: 61 72 65 72 3d 22 50 61   arer="Pa
2005-03-25 08:30:54 [2] DEBUG:   data: 63 6b 65 74 20 44 61 74   cket Dat
2005-03-25 08:30:54 [2] DEBUG:   data: 61 22 0d 0a 20 20 20 20   a"..
2005-03-25 08:30:54 [2] DEBUG:   data: 2f 3e 0d 0a 20 20 3c 2f   />..  </
2005-03-25 08:30:54 [2] DEBUG:   data: 70 75 73 68 2d 6d 65 73   push-mes
2005-03-25 08:30:54 [2] DEBUG:   data: 73 61 67 65 3e 0d 0a 3c   sage>..<
2005-03-25 08:30:54 [2] DEBUG:   data: 2f 70 61 70 3e 0d 0a 0d   /pap>...
2005-03-25 08:30:54 [2] DEBUG:   data: 0a 2d 2d 61 73 64 6c 66   .--asdlf
2005-03-25 08:30:54 [2] DEBUG:   data: 6b 6a 69 75 72 77 67 68   kjiurwgh
2005-03-25 08:30:54 [2] DEBUG:   data: 61 73 66 0d 0a 43 6f 6e   asf..Con
2005-03-25 08:30:54 [2] DEBUG:   data: 74 65 6e 74 2d 54 79 70   tent-Typ
2005-03-25 08:30:54 [2] DEBUG:   data: 65 3a 20 74 65 78 74 2f   e: text/
2005-03-25 08:30:54 [2] DEBUG:   data: 76 6e 64 2e 77 61 70 2e   vnd.wap.
2005-03-25 08:30:54 [2] DEBUG:   data: 73 69 0d 0a 3c 3f 78 6d   si..<?xm
2005-03-25 08:30:54 [2] DEBUG:   data: 6c 20 76 65 72 73 69 6f   l versio
2005-03-25 08:30:54 [2] DEBUG:   data: 6e 3d 22 31 2e 30 22 3f   n="1.0"?
2005-03-25 08:30:54 [2] DEBUG:   data: 3e 3c 21 44 4f 43 54 59   ><!DOCTY
2005-03-25 08:30:54 [2] DEBUG:   data: 50 45 20 73 69 20 50 55   PE si PU
2005-03-25 08:30:54 [2] DEBUG:   data: 42 4c 49 43 20 22 2d 2f   BLIC "-/
2005-03-25 08:30:54 [2] DEBUG:   data: 2f 57 41 50 46 4f 52 55   /WAPFORU
2005-03-25 08:30:54 [2] DEBUG:   data: 4d 2f 2f 44 54 44 20 53   M//DTD S
2005-03-25 08:30:54 [2] DEBUG:   data: 49 20 31 2e 30 2f 2f 45   I 1.0//E
2005-03-25 08:30:54 [2] DEBUG:   data: 4e 22 0d 0a 20 09 22 68   N".. ."h
2005-03-25 08:30:54 [2] DEBUG:   data: 74 74 70 3a 2f 2f 77 77   ttp://ww
2005-03-25 08:30:54 [2] DEBUG:   data: 77 2e 77 61 70 66 6f 72   w.wapfor
2005-03-25 08:30:54 [2] DEBUG:   data: 75 6d 2e 6f 72 67 2f 44   um.org/D
2005-03-25 08:30:54 [2] DEBUG:   data: 54 44 2f 73 69 2e 64 74   TD/si.dt
2005-03-25 08:30:54 [2] DEBUG:   data: 64 22 3e 0d 0a 3c 73 69   d">..<si
2005-03-25 08:30:54 [2] DEBUG:   data: 3e 0d 0a 20 20 20 3c 69   >..   <i
2005-03-25 08:30:54 [2] DEBUG:   data: 6e 64 69 63 61 74 69 6f   ndicatio
2005-03-25 08:30:54 [2] DEBUG:   data: 6e 20 68 72 65 66 3d 22   n href="
2005-03-25 08:30:54 [2] DEBUG:   data: 68 74 74 70 3a 2f 2f 6d   http://m
2005-03-25 08:30:54 [2] DEBUG:   data: 6d 2e 79 61 68 6f 6f 2e   m.yahoo.
2005-03-25 08:30:54 [2] DEBUG:   data: 63 6f 6d 22 20 0d 0a 09   com" ...
2005-03-25 08:30:54 [2] DEBUG:   data: 73 69 2d 69 64 3d 22 69   si-id="i
2005-03-25 08:30:54 [2] DEBUG:   data: 76 6f 6e 65 40 57 41 50   [EMAIL 
PROTECTED]
2005-03-25 08:30:54 [2] DEBUG:   data: 5f 47 41 54 45 57 41 59   _GATEWAY
2005-03-25 08:30:54 [2] DEBUG:   data: 22 0d 0a 09 61 63 74 69   "...acti
2005-03-25 08:30:54 [2] DEBUG:   data: 6f 6e 3d 22 73 69 67 6e   on="sign
2005-03-25 08:30:54 [2] DEBUG:   data: 61 6c 2d 6d 65 64 69 75   al-mediu
2005-03-25 08:30:54 [2] DEBUG:   data: 6d 22 0d 0a 09 63 72 65   m"...cre
2005-03-25 08:30:54 [2] DEBUG:   data: 61 74 65 64 3d 22 32 30   ated="20
2005-03-25 08:30:54 [2] DEBUG:   data: 30 32 2d 31 32 2d 31 31   02-12-11
2005-03-25 08:30:54 [2] DEBUG:   data: 54 30 31 3a 30 36 3a 34   T01:06:4
2005-03-25 08:30:54 [2] DEBUG:   data: 35 5a 22 3e 0d 0a 09 77   5Z">...w
2005-03-25 08:30:54 [2] DEBUG:   data: 61 6e 74 20 74 6f 20 74   ant to t
2005-03-25 08:30:54 [2] DEBUG:   data: 65 73 74 0d 0a 20 20 20   est..
2005-03-25 08:30:54 [2] DEBUG:   data: 3c 2f 69 6e 64 69 63 61   </indica
2005-03-25 08:30:54 [2] DEBUG:   data: 74 69 6f 6e 3e 0d 0a 3c   tion>..<
2005-03-25 08:30:54 [2] DEBUG:   data: 2f 73 69 3e 0d 0a 2d 2d   /si>..--
2005-03-25 08:30:54 [2] DEBUG:   data: 61 73 64 6c 66 6b 6a 69   asdlfkji
2005-03-25 08:30:54 [2] DEBUG:   data: 75 72 77 67 68 61 73 66   urwghasf
2005-03-25 08:30:54 [2] DEBUG:   data: 2d 2d 0d 0a               --..
2005-03-25 08:30:54 [2] DEBUG: Octet string dump ends.
2005-03-25 08:30:54 [2] DEBUG: HTTP: Status line: <HTTP/1.1 202 Foo>
2005-03-25 08:30:54 [1] DEBUG: TEST_PPG: push 0 done: reply from,  
http://172.24.249.43:4445/cgi-bin/wappush.cgi?username=foo&password=bar
2005-03-25 08:30:54 [1] DEBUG: PAP COMPILER: doing semantic analysis for 
address type unknown address
2005-03-25 08:30:54 [1] DEBUG: using defaults instead of anys
2005-03-25 08:30:54 [1] DEBUG: TEST_PPG: and type push response
2005-03-25 08:30:54 [1] INFO: TEST_PPG: In thread 1 1 succeeded, 0 failed
2005-03-25 08:30:54 [1] DEBUG: Thread 1 (test/test_ppg.c:push_thread) 
terminates.
2005-03-25 08:30:54 [0] INFO: TEST_PPG: 1 requests in 0.000000 seconds, inf 
requests per second
2005-03-25 08:30:54 [0] DEBUG: Waiting for 3 
(gwlib/http.c:write_request_thread) to terminate
2005-03-25 08:30:54 [3] DEBUG: Thread 3 (gwlib/http.c:write_request_thread) 
terminates.
2005-03-25 08:30:54 [2] DEBUG: Thread 2 (gwlib/fdset.c:poller) terminates.
2005-03-25 08:30:54 [0] DEBUG: Immutable octet strings: 41.

Reply via email to