laforge
/
openbts-osmo
Archived
1
0
Fork 0

Added comment referencing the SMS spec.

This commit is contained in:
David A. Burgess 2010-07-02 18:18:49 -07:00
parent 35750c3d11
commit 5294b893b1
1 changed files with 1 additions and 0 deletions

View File

@ -437,6 +437,7 @@ bool Control::deliverSMSToMS(const char *callingPartyDigits, const char* message
// HACK
// Check for "Easter Eggs"
// TL-PID
// See 03.40 9.2.3.9.
unsigned TLPID=0;
if (strncmp(message,"#!TLPID",7)==0) sscanf(message,"#!TLPID%d",&TLPID);