[op25-dev] RE: pickle.cc and

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/op25-dev@lists.osmocom.org/.

ikj1234i at yahoo.com ikj1234i at yahoo.com
Thu Oct 24 13:39:56 UTC 2013


 The code is not easy to follow and I'd hesitate to make definitive assertions about it, but the pickle data appears to originate from this code in hdu.cc
 

 std::string
hdu::snapshot() const
{
   pickle p;
   p.add("duid", duid_str());
   p.add("nac", nac_str());
   p.add("mfid", mfid_str());
   p.add("algid", algid_str());
   p.add("kid", kid_str());
   p.add("mi", mi_str());
   p.add("tgid", tgid_str());
   return p.to_string();
}

 

---In op25-dev at yahoogroups.com, <op25-dev at yahoogroups.com> wrote:

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 hey guys,
 in the op25 traffic pane, the thread that waits for new data to be
 received, waits to receive the pickled values for the fields in the
 traffic tab, can someone please tell me exactly where the thread gets
 its pickle from?? it is a c++ map right? the pickle i mean. does
 anyone know what file that comes from?
 
 beucase i commented out the functions in the pickle.cc pickle.h, in
 op25/blocks/src/lib rebuilt same as stated on osmocom and i am still
 getting updated data in the python UI. how can this be??
 
 is the pointer to that thread: gr_msg_queue_sptr d_msgq; i cant
 comment out anything in the snapshoit_du_handler beucase it wont biuld
 if i do.
 THanks!
 - -- 
 - ------
 Matt D
 - ------------
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.21 (GNU/Linux)
 Comment: MacGPG2 - http://www.gpgtools.org/macgpg2.html http://www.gpgtools.org/macgpg2.html
 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ http://www.enigmail.net/
 
 iQEcBAEBAgAGBQJSaId/AAoJECrdp7MWSIVbvVgIAIp0MFwgbyzTDuxBuQLHcqkG
 WuMT3o7u7ShiS0j1uXjUaaBGSl/55qn98jTLDMMLZIBKdTqDv0czPlWLEHRQTijM
 wFuftN53zC1E2+USxLqyvNGV1UjkAxMlvY4liKDAfR4LCdWUrVRHJsUTzgOQ8/gw
 CgsV9UAevVHyhzW/s5c7NT+iHNdfLgmlyhNLMOS3D2z1zQLnEy4dUotOey0V7KxX
 Wfc89vdlmaSriAywNt/JaqMFkP9eU+Csh5rwOV87WU6jqOBiXV6WutIyW0F+gnRx
 DVgaxfXDwaKrVOaUwQtpaXicXrCLVAKJLX/Z78Lewqbu8nW2Fl3lc4qhXCj8jJs=
 =cwsj
 -----END PGP SIGNATURE-----

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/op25-dev/attachments/20131024/b8ead42c/attachment.htm>


More information about the op25-dev mailing list