Programming Manual

69 / 139
i480e&i480e-MD2 Programming Manual
4: mch,missed calls;
5: cch,combination of ich, och and mch.
maxList
Maximum number of entries that PCE can handle.
startOffset
Offset of first entry to pull
pbSize
Number of entries interested
moreData
More data to receive or not. More(TRUE) or
not(FALSE)
length
Length of the packet.
packet
Data of packet.
Note
1. when maxList = 0, it can be used to get the maximum index that
are actually used. In this case, all other parameters are ignored;
2. when maxList = 65535, it can be used to download all entries
without knowing pbsize;
3. End of packet is 0xFF, not \r (0x0d).
Example
at+b pbcpullpb 1,1,0,0\CRAT-B PBCSTAT 4\CRAT-B
PBCPULLDATAIND 40,0,0,\CRAT-B PBCSTAT 3\CR
at+b pbcpullcmt\CRAT-B PBCPULLCMTIND
at+b pbcpullpb 2,1,20,0\CRAT-B PBCSTAT 4\CRAT-B
PBCPULLDATAIND 0,1,884……\CR
at+b pbcpullcont\CRAT-B PBCSTAT 4\CRAT-B PBCPULLDATAIND
0,1,884……\CR
……
at+b pbcpullcont\CRAT-B PBCSTAT 4\CRAT-B PBCPULLDATAIND
0,0,420……\CR
at+b pbcpullcmt\CRAT-B PBCPULLCMTIND\CR
at+b pbcpullpb 2,1,20,20\CRAT-B PBCSTAT 4\CRAT-B
PBCPULLDATAIND 0,1,884……\CR
……
at+b pbcpullcont\CRAT-B PBCSTAT 4\CRAT-B PBCPULLDATAIND
0,0,420……\CR
Barrot Confidential