Hey!
So is it possibel to to hide the sender extension with SMS ?
regards Marc
On Thu, Dec 29, 2011 at 4:16 AM, MArc Richter wrote:
So is it possibel to to hide the sender extension with SMS ?
It can certainly be done, some SMS gateway service providers allow setting the sender to a semi-arbitrary string. Not sure about from the mobile side though.
Is it possible to implement it in osmocom also maybe an option for silent SMS?
bye Marc
On Thu, Dec 29, 2011 at 1:55 AM, Paul Wise pabs3@bonedaddy.net wrote:
On Thu, Dec 29, 2011 at 4:16 AM, MArc Richter wrote:
So is it possibel to to hide the sender extension with SMS ?
It can certainly be done, some SMS gateway service providers allow setting the sender to a semi-arbitrary string. Not sure about from the mobile side though.
-- bye, pabs
On Thu, 2011-12-29 at 14:08 +0100, MArc Richter wrote:
Is it possible to implement it in osmocom also maybe an option for silent SMS?
If you want it, if it is possible and if osmocom doesn't implement it already, you will probably need to implement it yourself:
http://bb.osmocom.org/trac/wiki/PreliminaryRequirements http://bb.osmocom.org/trac/wiki/GettingStarted http://bb.osmocom.org/trac/wiki/SoftwareOverview
PS: I'm subscribed, no need to CC me.
Hi guys,
This is not really something you can fake i'd say.
Even if you try most of the sms-c i've seen deployed over the world will force your MSISDN as a sender number unless there's a specific rule there which can really just come from an operator.
If you want to have a special identifier it's probably better to pay for a service like your own SMPP channel/connection to a sms-c from some vendor like routomessaging or similar and set it up there.
Cheers, Lukas
Sent from my iPhone
On Dec 30, 2011, at 1:36 AM, Paul Wise pabs3@bonedaddy.net wrote:
On Thu, 2011-12-29 at 14:08 +0100, MArc Richter wrote:
Is it possible to implement it in osmocom also maybe an option for silent SMS?
If you want it, if it is possible and if osmocom doesn't implement it already, you will probably need to implement it yourself:
http://bb.osmocom.org/trac/wiki/PreliminaryRequirements http://bb.osmocom.org/trac/wiki/GettingStarted http://bb.osmocom.org/trac/wiki/SoftwareOverview
PS: I'm subscribed, no need to CC me.
-- bye, pabs
Hi Marc,
if you mean GSM/UMTS SMS when sent from a phone (MO, mobile originated), the answer is no.
There is not even a field for the sender number in MO SMS, as it gets inserted by the SMSC.
If you send SMS via an SMS provider who has a direct link to some operators SMSC, you can set the sender field to any value, including an empty field.
As for silent SMS, they can be sent from most phones / UMTS sticks with AT commands by setting the TP-PID value to 64. Some operators however reset that value to 0 so the message arrives as a normal SMS at its destination - you have to try in advance.
For the actual coding of the TP-PDU take a look at 3GPP 23.040 and for the AT commands for sending SMS 3GPP 27.005.
-Tobias
On 28.12.2011 21:16, MArc Richter wrote:
Hey!
So is it possibel to to hide the sender extension with SMS ?
regards Marc
baseband-devel@lists.osmocom.org