InterviewSolution
Saved Bookmarks
| 1. |
On A 64bit Processor, Do Checksums And Crcs Calculation In The Stack Get Impacted ? |
|
Answer» All the checksums calculated in SS7 (i.e. CRC in MTP2) are 16-bit CRC. They will not be affected by a 64-bit processor. All the STACK ENTITIES OPERATES on FOLLOWING basic types :
(where U is for unsigned and S for SIGNED) These definitions are defined in a header file & can be changed if needed. All the checksums calculated in SS7 (i.e. CRC in MTP2) are 16-bit CRC. They will not be affected by a 64-bit processor. All the stack entities operates on following basic types : (where U is for unsigned and S for Signed) These definitions are defined in a header file & can be changed if needed. |
|