Oscar Flores <[EMAIL PROTECTED]> wrote: > Hi > > Thaks for your answers, we've set the parameters as you indicated bellow > but, we've been reviewing the GSM 3.40 and also som Gemplus manuals and > we have to set these parameters. > > TP-TPDU (MTI, MMS, SRI, UDHI, Reply Path) > TP-OA (Originator Address, TON, NPI) > TP-PID > TP-DCS > TP-SCTS > TP-UDL > TP-UD > > From the configuration that you give to us we got the TP-PID and TP-DCS > and we also build the TP-UD (User Data Header + User Data Binary), but > we still have missed the TP-TPDU, TP-OA, TP-SCTS, TP-UDL Do you know how > to get this parameters from Kannel? I mean how to get this parameteres > using kannel settings?
TP-OA = from/X-Kannel-From (Originator Address) TP-PID = pid/X-Kannel-PID (in decimal, not hex) TP-DCS = alt-dcs+coding+mclass combined TP-SCTS = SMS Center Timestamp, I don't think it's necessary TP-UDL = User Data Length, not needed as kannel calculates it automatically TP-UD = text or POST body UDH = udh or X-Kannel-UDK (urlencoded), kannel would join UD and UDH itself UDHI = UDH Indicator, not needed, kannel set is if udh is not empty SRI = ? MMS = More Message to Send, this is device specific, you can set it on modems.conf or modem group, but it shouldn't affect your sms, just the speed of it if you are lucky ;) MTI = ? > And also, does anyone of you know the SIM Toolkit commands that have to > go in the TP-UD? This is specific to your vendor, there's no generic protocol unfortunatly.
