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 : 

  • U8bit
  • U16bit
  • U32bit
  • S8bit
  • S16bit
  • S32bit 

(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. 



Discussion

No Comment Found