Author Topic: Message Identifier?  (Read 4839 times)

sitedude

  • Newbie
  • *
  • Posts: 3
    • View Profile
Message Identifier?
« 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?

Monica Tepelus

  • Administrator
  • Full Member
  • *****
  • Posts: 198
    • View Profile
Re: Message Identifier?
« Reply #1 on: January 07, 2019, 02:36:42 AM »
Hi,

What do you mean be message identifier?

sitedude

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Message Identifier?
« Reply #2 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.

Monica Tepelus

  • Administrator
  • Full Member
  • *****
  • Posts: 198
    • View Profile
Re: Message Identifier?
« Reply #3 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.

sitedude

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Message Identifier?
« Reply #4 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 :)

Monica Tepelus

  • Administrator
  • Full Member
  • *****
  • Posts: 198
    • View Profile
Re: Message Identifier?
« Reply #5 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.