3 changed files with 31 additions and 7 deletions
@ -0,0 +1,26 @@ |
|||
{ |
|||
"configKey": "Default", |
|||
"ragConfig": "Config/Ran/default.cfg", |
|||
"coreOrImsConfigs": [ |
|||
{ |
|||
"index": 1, |
|||
"plmn": "46000", |
|||
"coreNetworkConfig": "Config/CoreNetwork/plmn_46000.cfg", |
|||
"imsConfig": "Config/Ims/plmn_46000.cfg" |
|||
}, |
|||
{ |
|||
"index": 2, |
|||
"plmn": "46001", |
|||
"coreNetworkConfig": "Config/CoreNetwork/plmn_46001.cfg", |
|||
"imsConfig": "Config/Ims/plmn_46001.cfg" |
|||
} |
|||
], |
|||
"apn": "Internet", |
|||
"band": [ |
|||
"B1", |
|||
"B3", |
|||
"B5", |
|||
"B8" |
|||
], |
|||
"comment": "默认网络配置" |
|||
} |
Loading…
Reference in new issue