Welcome SMS location update CDR
The Welcome SMS SIBB generates a Location Update CDR each time a location update trigger received. The CDR contains a variable part at the end of the CDR which is configurable.
A unique identifier is generated for each Location Update CDR. |
Field | Name | Description | ||
---|---|---|---|---|
1 |
|
The MSISDN of the subscriber. This is in Tango internal format. |
||
2 |
|
The CDR Service ID. This is 66 for the Welcome SMS service. |
||
3 |
|
Denotes the transaction type. This is |
||
4 |
|
Alphanumeric string that displays the ID of the network operator for which the CDR was produced. |
||
5 |
|
The subscriber’s MSISDN in international format. |
||
6 |
|
The UUID for the |
||
7 |
|
The date the CDR was generated. Format: |
||
8 |
|
The time the CDR was generated. Format: |
||
9 |
|
The name of the container. |
||
10 |
|
The result code. possible values
|
||
11 |
|
Description of the error code. |
||
12 |
|
The subscriber’s IMSI. |
||
13 |
|
The value of the
|
||
14 |
|
The Visited Public Land Mobile Network. This is the PLMN on which the mobile subscriber has roamed when leaving his or her HPLMN.
|
||
15 |
|
The network name as per location mapping lookup. |
||
16 |
|
The resolved country name as per location mapping lookup. |
||
17 |
|
The resolved zone name as per location mapping lookup. |
||
18 |
|
A delimited list of
|
||
19 |
|
The offer lookup status. values
|
||
20 |
|
The number of notifications to be sent to the subscriber as part of the offer.
|
||
21 |
|
The number of notifications to be sent to the subscriber at a later time. |
||
22 |
|
The name of the campaign that matched this subscriber.
|
||
23 |
|
The name of the offer that matched this subscriber.
|
Variable part
The Location Update CDR contains a variable part which is configurable.
If you require the variable part, you need to configure the fields that you wish to append to the end of the CDR via the common.properties file typically found at /tango/config/sibb/main/sibbs/service/common.properties .
|
How do I add the variable part to the CDR?
-
Navigate to
/tango/config/sibb/main/sibbs/service/common.properties
. -
Set the
sibb.cdr.dynamic.format.enabled
property totrue
. -
Add the desired fields as a comma-separate list to the
sibb.cdr.dynamic.format
property.
These fields are keys that are sent in the JSON payload sent to the Subscriber Offer Manager (SOM). |
You can see the available JSON key-value pairs in the SIBB logs. |
DEBUG com.tango.sibb.common.stages.SomTriggerOffer - [967178860] SOM send request message [{"serviceKey":"123","tenant":"sprint","Lists":"null","planNumber":0,"planList":"|","classificationList":" |","vplmn":"26806","country":"Portugal","region":"WSMS_EU","planType":"data","subscriberClass":"Standard","lang":"en","subscriberType":"postpaid","msisdn":"967178860","timestamp":"20/11/2019 14:36:51","channel":"USSD","trigger":"welcomeSMS","tenantId":"sprint"}]
Variable part example
Let’s say you configured sibb.cdr.dynamic.format=subscriberType,lang
.
Field | Name | Description | ||
---|---|---|---|---|
24 |
|
The type of subscriber.
|
||
25 |
|
The language of the subscriber.
|