re mblox etc the trouble with that patch is it adds smsc operator specific structures everywhere, and need to pass as parameters to functions etc,etc, very ugly........ and mblox has even more tlvs than just that in that patch!!!!
What i did was embed all the parameters into the binfo url parameter (which at the time, grepping thru code wasn't actually used yet, but was added to the code in all the appropriate places!!) so I encode/unencode the parameter info from binfo in msg_to_pdu/pdu_to_msg............. probably what would be appropriate now is to add just one more msg-decl.h parameter to carry all the operator tags, instead of binfo, which I see is now actually used somewhat........ Cheers Fred ----- Original Message ----- From: "Peter Beckman" <[EMAIL PROTECTED]> To: "Maurice Carron" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Tuesday, February 28, 2006 6:54 AM Subject: Re: [Kannel-Devel] additional TLV patches for kannel? > The last patch was for 1.3.2; nobody has patched 1.4.0 and posted it. > > Attached. > > On Mon, 27 Feb 2006, Maurice Carron wrote: > > > Hey, > > > > I was wondering if anyone could point me to patches to add additional TLV's > > to Kannel in particular one that will be compatable with the mBlox service. > > I've seen patches available for an older version of Kannel and was wondering > > if there is a current patch for mBlox using Kannel 1.4.0? > > > > -Maurice > > > > -------------------------------------------------------------------------- - > Peter Beckman Internet Guy > [EMAIL PROTECTED] http://www.purplecow.com/ > -------------------------------------------------------------------------- -
