LBI-38965
5.4. CALCULATING THE NUMBER OF BYTES IN A CDR
Note that the final linefeed character which terminates the record is not shown in these diagrams. The actual number of bytes in a CDR is calculated by adding 2 to the offset of the final byte. For example, a group call involving 4 sites contains 3 additional site fields, beginning at offset 70 and ending at offset 93 (from the formulae above). The actual length of the record, including the linefeed character, is thus 95 bytes.
5.5. CDR FIELD DESCRIPTIONS
Table A.1 contains detailed descriptions of each of the CDR fields.
Table A.1 - Call Detail Record Field Descriptions
No. | Name | Size | Format | Range/Values | Description |
|
1. | Record Type | 2 | Hex | 00 - FF | Defines the type of record. |
|
|
|
|
|
| 00 = Mobile to Mobile |
|
|
|
|
|
| 01 = Mobile to Land Interconnect |
|
|
|
|
|
| 02 = Illegal |
|
|
|
|
|
| 03 = Land to Mobile Interconnect |
|
|
|
|
|
| 04 = Data |
|
|
|
|
|
| 05- FF = Reserved |
|
2. | Node ID No. | 4 |
|
| Unique identification number for the EDACS node where the call | |
|
|
|
|
| activity in this CDR occurred. User configurable. | |
a. | System | 2 | Hex | 00 - FF | System ID Number (Multiple nodes) |
|
b. | Node | 2 | Hex | 00 - FF | Node ID Number (Multiple sites) |
|
3. | Record ID No. | 4 |
| Unique identifier for the Call Detail Record. |
| |
4. | Start Date | 8 |
|
| The date when the call was initiated. |
|
a. | Year | 4 | Decimal |
|
| |
b. | Month | 2 | Decimal | 01 - 12 |
|
|
c. | Day | 2 | Decimal | 01 - 31 |
|
|
5. | Start Time | 6 |
|
| The time of day when the call was initiated. Hours are in military | |
a. | Hour | 2 | Decimal | 00 - 23 | format. |
|
b. | Minute | 2 | Decimal | 00 - 59 |
|
|
c. | Second | 2 | Decimal | 00 - 59 |
|
|
6. | Call Type | 2 | Hex | 00 - FF (See | The type of call as defined in Table A.2. | Indicates whether call is |
|
|
|
| Table A.2) | group or individual, whether to bill the caller or the callee, etc. | |
7. | Caller ID No. | 10 | Decimal | 0000000000 - | For Record Types 00 and 01, this field contains the Logical ID (LID) | |
|
|
|
| 9999999999 | of the caller. For Record Type 03, | the field contains the |
|
|
|
|
| Interconnect Line number. |
|
8. | Callee ID No. | 10 | Decimal | 0000000000 - | For Record Types 00 and 03, this field contains the Logical ID (LID) | |
|
|
|
| 9999999999 | of an individual callee, or the Group ID (GID) of a call group. (The | |
|
|
|
|
| Call Type field indicates individual or group call.) For Record Type | |
|
|
|
|
| 01, the field contains the Interconnect Line number. | |
9. | Elapsed Time | 4 | Hex | 0000 - FFFF | The duration of the call in seconds |
|
10. | Accumulated Air | 5 | Hex | 00000 - FFFFF | The number of seconds of actual air time used on all sites on the | |
| Time |
|
|
| local node for this call. Does not include air time on site 32 which is | |
|
|
|
|
| a remote node. |
|
11. | No. of Channel | 5 | Hex | 00000 - FFFFF | The number of times a channel assignment occurred on a site within | |
| Assignments |
|
|
| the local node for this call. |
|
12. | Number of Sites | 2 | Decimal | 01 - 32 | The number of sites on the local node which participated in this call. | |
13. | Site of Origin / | 8 |
|
| Information on the site of Origin (field 13) and any additional sites | |
13+n | Additional Site n |
|
|
| participating in the call. |
|
a. | Site Number | 2 | Decimal | 01 - 32 | Site number (site 32 represents a remote node). | |
b. | Channel Map | 6 | Hex | 000000 - FFFFFF | A hexadecimal bitmap, where bit 0 = channel 1. A bit value of 1 | |
|
|
|
|
| indicates at least one channel assignment on the indicated | |
|
|
|
|
| channel. |
|
14. | PSTN Telephone | 32 | Dialed Digits |
| Occurs in Record Type 01 only. Contains up to 32 digits dialed by | |
| No. |
|
|
| the caller. The digits are left justified and padded with ASCII SP | |
|
|
|
|
| (decimal 32) on the right. |
|