Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ololol

Pages: [1]
1
YateBTS / Re: GSM Identity Shortname
« on: March 06, 2017, 07:00:49 AM »
I need info about adding a messages ShortName and time-of-day to YateBTS( as this is in OpenBTS) :
Code: [Select]
// Send the "short name" and time-of-day.
string shortName = gConfig.getStr("GSM.Identity.ShortName");
if (ludata()->isInitialAttach() && shortName.size()) {
channel()->l3sendm(L3MMInformation(shortName.c_str()));
}

Pages: [1]