Yate Community Forum

OpenLTE => YateBTS => Topic started by: sitedude on January 05, 2019, 01:09:25 PM

Title: Message Identifier?
Post by: sitedude on January 05, 2019, 01:09:25 PM
I cannot find anywhere in the source where I can change the "Message Identifier" for SMS. Does anyone know how to do this?
Title: Re: Message Identifier?
Post by: Monica Tepelus on January 07, 2019, 02:36:42 AM
Hi,

What do you mean be message identifier?
Title: Re: Message Identifier?
Post by: sitedude on January 07, 2019, 11:47:04 AM
It's the header that gets sent out in an SMS message.  The closest thing I can find is void L3SMSCBMessageIdentifier::writeV(L3Frame& l3, size_t& wp) const in SMSMSCBL3Messages.cpp. But i don't think thats it.
Title: Re: Message Identifier?
Post by: Monica Tepelus on January 08, 2019, 07:51:57 AM
Please post a telnet capture with GSM / yate internal messages to make sure I understand what you need to modify.
Title: Re: Message Identifier?
Post by: sitedude on January 08, 2019, 03:06:20 PM
Thank you Monica, silly question, how do you enable logging on 5038? That must be where those OSSTREAMS go, I was wondering because -vvvvv -l /logfile doesn't seem to show the same stuff in the code :)
Title: Re: Message Identifier?
Post by: Monica Tepelus on January 09, 2019, 07:35:29 AM
To enable message sniffer from telnet:

https://docs.yate.ro/wiki/Debugging_and,_or_Investigation_of_messages

Then to increase debug level and see GSM messages type in telnet command:

debug ybts level 10
debug mbts level 10

If it's too much information then use level 9.