Business Connect SIBB CDR

The Business Connect SIBB generates a CDR when there is an offer lookup or an offer update. The first set of fields are the same in both CDRs and the trailing fields depend on the transaction type of lookup or update.

Lookup CDR

Table 1. Business Connect Lookup CDR
Field Name Description

1

subscriber ID

The subscriber’s MSISDN in international format.

2

service code

The unique service code for the Business Connect CDR. This is 106.

3

transaction type

Denotes the transaction type.

values
  • 0 = offer lookup

  • 1 = offer update

4

tenant ID

Alphanumeric string that displays the ID of the network operator for which the CDR was produced.

5

call reference

This is the call reference, typically the universally unique identifier (UUID).

6

CDR generation date

The date on which the CDR was generated. Format: YYYY/MM/DD.

7

CDR generation time

The time at which the CDR was generated. Format: hh:mm:ss.

8

error code

The error code returned by the SOM.

0 denotes no error; see the error codes section for more details.

9

error description

Succinct description of the error.

10

offer ID

The offer definition external ID (if available).

11

subscriber info

A pipe delimited list of subscriber information retrieved for the offer lookup.

12

zone

The geographic zone from which the location update trigger originated.

13

country

The country from which the location update trigger originated.

14

network

The network from which the location update trigger originated.

15

list info

A pipe delimited list of list names of which the subscriber is a part.

Update CDR

Table 2. Business Connect Update CDR
Field Name Description

1

subscriber ID

The subscriber’s MSISDN in international format.

2

service code

The unique service code for the Business Connect CDR. This is 106.

3

transaction type

Denotes the transaction type.

values
  • 0 = offer lookup

  • 1 = offer update

4

tenant ID

Alphanumeric string that displays the ID of the network operator for which the CDR was produced.

5

call reference

This is the call reference, typically the universally unique identifier (UUID).

6

CDR generation date

The date on which the CDR was generated. Format: YYYY/MM/DD.

7

CDR generation time

The time at which the CDR was generated. Format: hh:mm:ss.

8

error code

The error code returned by the SOM.

0 denotes no error; see the error codes section for more details.

9

error description

Succinct description of the error.

10

offer ID

The offer definition external ID (if available).

11

action

Denotes the API operation being performed (view, acknowledge, etc.).

12

client id

Identifies the client supplied on the request.

13

channel

The channel through which the offer was updated; supplied on the API request.

14

metadata

A pipe delimited set of metadata supplied on the API request.

15

reserved

An empty field that is reserved for future use.


Business Connect CDR error codes

Error Code Description

0

OK

2

DEBOUNCE_ERROR

3

NO_MATCHING_OFFER

4

SPCM_FAILURE

5

NOTIFICATION_FAILURE

7

PLMNID_NOT_FOUND

9

TOKEN_SERVICE_FAILURE

10

HRG_ERR

11

SOM_ERR

12

CMGR_ERROR

13

ACTIVITY_METER_ERR

14

SDP_LOOKUP_FAILED

15

SDP_UPD_OFFER_FAILED

111

SOM_OFFER_NOT_FOUND

112

SOM_OFFER_STATE_NOT_VALID

120

REQUEST_PAYLOAD_NOT_VALID

500

GENERIC