dms: implement "UIM Get IMSI" request/response

This commit is contained in:
Aleksander Morgado 2012-07-02 13:08:39 +02:00
parent 0fed725f41
commit 0d99556096
1 changed files with 13 additions and 0 deletions

View File

@ -342,6 +342,19 @@
"id" : "0x003C",
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "ICCID",
"id" : "0x01",
"mandatory" : "yes",
"type" : "TLV",
"format" : "string",
"prerequisites": [ { "common-ref" : "Success" } ] } ] },
// *********************************************************************************
{ "name" : "UIM Get IMSI",
"type" : "Message",
"service" : "DMS",
"id" : "0x0043",
"output" : [ { "common-ref" : "Operation Result" },
{ "name" : "IMSI",
"id" : "0x01",
"mandatory" : "yes",
"type" : "TLV",