feat: cook support wildcard for BTZ of mcc and mnc
This commit is contained in:
@@ -4871,7 +4871,7 @@ GetTariffLacInfo(u_char *cgi)
|
||||
if(memcmp(pBTZ->mcc,MCC,len) == 0)
|
||||
{
|
||||
len = strlen((char *)pBTZ->mnc);
|
||||
if(len == 0)
|
||||
if(len == 0 || (pBTZ->mnc[0] == '*'))
|
||||
{
|
||||
matchFlag = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user