Chris Maynard
changed
bug 8532
What |
Removed |
Added |
Status |
UNCONFIRMED
|
IN_PROGRESS
|
Ever confirmed |
|
1
|
Comment # 4
on bug 8532
from Chris Maynard
(In reply to comment #3)
> Created attachment 10483 [details]
> Fix longitude, display filters, etc.
>
> Please test this patch before I commit it.
... and fyi, the 2365-bssap_lb_interface_traffic.pcap capture file from the
menagerie can be used to test the patch. Filtering on
"gsm_a.gad.sign_of_latitude" will yield 9 matching packets.
Packet 3 relevant fields before patch:
0... .... = Sign of latitude: North (0)
.010 0101 0011 1010 0011 0110 = Degrees of latitude: 2439734(26.17551 degrees)
1100 0110 1111 0101 1101 0101 = Degrees of longitude: 13039061(99.78790
degrees)
after patch:
0... .... = Sign of latitude: North (0)
.010 0101 0011 1010 0011 0110 = Degrees of latitude: 2439734 (26.17551 degrees)
Degrees of longitude: -3738155 (-80.21211 degrees)
You are receiving this mail because:
- You are watching all bug changes.