fix: MME配置tai-tac数值类型
This commit is contained in:
@@ -313,7 +313,7 @@ const supportMapper = {
|
|||||||
return {
|
return {
|
||||||
index: index,
|
index: index,
|
||||||
plmnId: plmn,
|
plmnId: plmn,
|
||||||
tac: param.tac,
|
tac: parseInt(param.tac),
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user