aboutsummaryrefslogtreecommitdiffstats
path: root/rrlp-ephemeris
AgeCommit message (Collapse)AuthorFilesLines
2010-01-07rrlp-ephemeris: Add directory with asn1c patchesSylvain Munaut2-0/+73
- One is just to improve the debug prints - The other fixes a problem in PER encoding found by Dieter Spaar. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-01-07rrlp-ephemeris: Add script to get test data from UBX receiverSylvain Munaut1-0/+17
Simple script illustrating how data.ubx (the test sample) is generated. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-01-07rrlp-ephemeris: Fill ref time with UBX AID_INI messagesSylvain Munaut1-2/+6
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-01-07rrlp-ephemeris: Add support for filling ReferenceTime IESylvain Munaut2-4/+14
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-01-07rrlp-ephemeris: Add a note about extracting RefPos from AID_INISylvain Munaut1-0/+4
Yeah we could do it if anyone is willing to implement conversion from ecef to WGS84. See http://en.wikipedia.org/wiki/Geodetic_system Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-01-07rrlp-ephemeris: Fill ref pos with UBX NAV_POSLLH messagesSylvain Munaut1-1/+5
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-01-07rrlp-ephemeris: Support filling of ReferencePositon IESylvain Munaut3-15/+65
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-01-07rrlp-ephemeris: Comment alignment fixSylvain Munaut1-1/+1
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-01-07rrlp-ephemeris: Add .gitignoreSylvain Munaut1-0/+4
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-01-07rrlp-ephemeris: Properly implement pseudo segmentation flagSylvain Munaut1-0/+8
See 3GPP TS 44.031 section 2.2/2.3 for a example/description. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2010-01-07rrlp-ephemeris: Fix memory leakSylvain Munaut1-1/+1
We need to go through all the object release code ... Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2009-12-22Import code to generate RRLP ephemeris data from u-blox GPS receiverSylvain Munaut28-0/+10003
taken from http://www.246tnt.com/files/rrlp-20091101.tar.bz2