Skip to content

Instantly share code, notes, and snippets.

@thiamteck
Created January 5, 2016 04:13
Show Gist options
  • Select an option

  • Save thiamteck/13014ab3e3eedc35f397 to your computer and use it in GitHub Desktop.

Select an option

Save thiamteck/13014ab3e3eedc35f397 to your computer and use it in GitHub Desktop.
==== initialDP ====
{
"header": {
"clgt": "60121234567"
"otid": "123456778",
"cdgt": "60121234567"
"dtid": "123456778",
"app-ctx": "123456778",
"tc-type": 62(begin)/65(continue)/64(end)
},
"components": [
{
"body": {
"invokeId": 1,
"opCode": 23,
"arg": {
"serviceKey": 101,
"clPartyNumber": "1234567",
"clPartysCategory": 1,
"locationNumber": "123456",
"bearerCapability": "8090a3",
"eventTypeBSCM": 2,
"imsi": "2312521",
"locationInfo": {
"ageOfLocation": 0,
"vlrNumber": "915815160001f6",
"cellIdOrLAI": {
"cellIdFixedLength": "54f6600407542c"
}
},
"callReferenceNumber": "731d870000",
"mscAddress": "915815160001f6",
"cdPartyBCDNumber": "8180868776f6",
"timeAndTimezone": "0251017201241582"
}
}
}
]
}
==== eventReportBCSM ====
{
"header": {
"clgt": "60121234567"
"otid": "123456778",
"cdgt": "60121234567"
"dtid": "123456778",
"app-ctx": "123456778",
"tc-type": 62(begin)/65(continue)/64(end)
},
"component1": {
"body": {
"invokeId": 1,
"opCode": 23,
"arg": {
"eventTypeBCSM": 2,
"eventSpecificInformationBCSM": "1234",
"legID": "02",
"miscCallInfo": 1
}
}
}
}
==== applyCharging ====
{
"header": {
"clgt": "60121234567"
"otid": "123456778",
"cdgt": "60121234567"
"dtid": "123456778",
"app-ctx": "123456778",
"tc-type": 62(begin)/65(continue)/64(end)
},
"component1": {
"body": {
"invokeId": 1,
"opCode": 23,
"arg": {
"maxCallPeriodDuration": 1,
"partyToCharge": "1",
}
}
}
}
==== releaseCall ====
{
"header": {
"clgt": "60121234567"
"otid": "123456778",
"cdgt": "60121234567"
"dtid": "123456778",
"app-ctx": "123456778",
"tc-type": 62(begin)/65(continue)/64(end)
},
"component1": {
"body": {
"invokeId": 1,
"opCode": 23,
"arg": {
"Cause": 1234
}
}
}
}
==== requestReportBCSMEvent ====
{
"header": {
"clgt": "60121234567"
"otid": "123456778",
"cdgt": "60121234567"
"dtid": "123456778",
"app-ctx": "123456778",
"tc-type": 62(begin)/65(continue)/64(end)
},
"component1": {
"body": {
"invokeId": 1,
"opCode": 23,
"arg": {
"bcsmEvents": [
{
"eventTypeBCSM": 0,
"monitorMode": 0,
"legID": "0 1"
},
{
"eventTypeBCSM": 1,
"monitorMode": 1,
"legID": "0 1"
},
{
"eventTypeBCSM": 2,
"monitorMode": 2,
"legID": "0 1"
},
{
"eventTypeBCSM": 3,
"monitorMode": 3,
"legID": "0 1"
},
{
"eventTypeBCSM": 4,
"monitorMode": 4,
"legID": "0 1"
},
{
"eventTypeBCSM": 5,
"monitorMode": 5,
"legID": "0 1"
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment