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()));
}