aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib/gprs
AgeCommit message (Collapse)AuthorFilesLines
2011-05-10gprs: Add a lua script to collect buffers on the downlink.Holger Hans Peter Freyther1-0/+80
This can be used to throw the data into GNUplot. It collects the time (from the start of the trace), the buffer data in kbyte and the number of buffered PDUs. It is assuming that no PDU is delivered toward the target.
2010-06-08GPRS: Have a simple map from BSSGP PDU to the name...Holger Hans Peter Freyther1-1/+17
Sadly the FieldInfo does not provide this mapping...
2010-06-08GPRS: Add something that should have become a histogram display...Holger Hans Peter Freyther1-0/+62
One small problem... there is no way to be called at the end of reading a pcap file...
2010-06-07GPRS: Print the IP address to see the direction...Holger Hans Peter Freyther1-1/+1
2010-06-07GPRS: It is TLLI and not TTLI...Holger Hans Peter Freyther2-16/+16
2010-06-07GPRS: Show the TLLI as hex value...Holger Hans Peter Freyther2-3/+8
2010-06-07GPRS: Add script to track the N(U) on GPRS LLC messages..Holger Hans Peter Freyther1-0/+55
tshark -q -X lua_script:gprs/gprs-verify-nu.lua -r trace.pcap Output: JUMP in N(U) on TLLI 3741437425 and SAPI: 9 last: 1 now: 3 JUMP in N(U) on TLLI 3741437425 and SAPI: 9 last: 10 now: 12
2010-06-07GPRS: Add wireshark lua script to split a trace by TLLIHolger Hans Peter Freyther1-0/+45
This is currently only looking at one TLLI and is splitting the trace by that TLLI...
2010-06-07GPRS: Move test script into subdirectory..Holger Hans Peter Freyther1-0/+58