home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / texts / cell_nfo / celphrk4.phk < prev    next >
Text File  |  1990-07-12  |  7KB  |  115 lines

  1. WHATS IN A NAM                by The Mad Phone-man
  2. ---------------------------------------------------------
  3. Nam stands for "Number Assignment Module" or to the Teckies a PROM
  4. (Programable Read-Only Memory) A blank Nam usualy costs between $1. to
  5. $2.75. Sometimes its more expensive depending on the operating temperature
  6. and packaging specifications. 
  7.  Two flavors of NAM's are used for cellular. NEC uses the open colector
  8. (Signetics p/n 82S32 or equivalent). All others use the tri-state (Signetics
  9. 82S123 or equivalent). Blank Nams are manufactured by Signetics,National 
  10. Semiconductor, Monolithic Memorys, Fujitsu, Texas Instruments, and Advanced
  11. Microdevices. Blank Nams can be purchased at your electronic distribuitor's
  12. and many radios come with a blank included.
  13.  
  14.   The NAM contains the subscriber number and lock code, the home system 
  15. identification and other system required information. You may wonder how this 
  16. info is arranged.
  17. The NAM is organized into 32 rows and 8 columns. It is 32 words of 8 bits 
  18. each. (256 bits total) Starting from the top of the NAM (address 00)
  19. you will find the abreviation SIDH, This means "system identification number
  20. home" , a number starting at 0001 assigned by the FCC.
  21. Each market allows two systems. Even for the wire-line and odd for
  22. the non-wireline.
  23.  At address 03 we find LU (Local use) on the left and MIN on the right these
  24. are usualy set to 1. Locations with zeros are reserved. Going down the map, 
  25. there's MIN1 and MIN2 the subscriber number and the area code respectivly
  26. Dont try to read them from a raw printout of the NAM data, they are scrambled
  27. beond recognition. The reason? The way they are arranged is the way they must 
  28. be transmitted to the cellular systems receivers. The programmer does this to
  29. make the radio's job easier.
  30.  Next is the station class mark, which identifys the class and power capability
  31. of the phone. The system will treat a handheld (low power) differently than
  32. a standard 3 watt mobile.
  33.  IPCH is the inital paging channel. The radio listens for a page on this 
  34. channel. Wirelines use 334 and non-wirelines use 333.
  35.  ACCOLC (ACCess Overload Class)  is designed in throwing off customers in
  36. the event of an overload. Thru neglect this standard has been largely unused.
  37. (A class 15 station is supposed to be police, fire, or military)
  38. Usualy its set to 0 plus the last digit of the phone number to provide random
  39. loading.
  40.   PS- Prefered system. This is always 1 in non-wireline and 0 in wireline.
  41.  
  42.   The lock code is about the only thing you can read directly by studying
  43. the NAM data. The "spare" bit must be a 0 if the radio contains a 3 digit code.
  44. Because the number of clicks when you dial 0 on a (dial) phone equals 10
  45. zeros in the lock code are represented by an "A" the hexadecimal equiv of 10.
  46.  EE,REP,HA, and HF correspond to end-to-end signaling (DTMF tones possible 
  47. you talk) REPeratory dialing (provision for 10 or more numbers in memory)
  48.  Horn Alert and hands free. Like all options, they are 1, if turned on and
  49. 0 if (all these numbers are in hex) are supposed to be used
  50. by radio mfgrs to store option switches. Usualy 13 is used, 14 sometimes and
  51.  the rest less often.
  52.  Last you will find checksum adjustment and checksum. These numbers are 
  53. calculated automaticly after the data has been edited for the NAM. The sum
  54. of all words in the nam plus these last two must equal a number with 0's
  55. in the last two digits. The radio checks this sum and if it isnt correct
  56. the radio assumes the NAM is bad or tampered with. In the case the radio 
  57. refuses to operate until a legal NAM is installed.
  58.  
  59.  
  60.  MARK            most        BIT SIGNIFICANCE       least        Hex
  61. DEFINITION                                                      address  
  62. ----------------------------------------------------------------------------
  63.              |    0         SIDH (14-8)                   |       00
  64. ----------------------------------------------------------------------------
  65.              |              SIDH (7-0)                    |       01
  66. ----------------------------------------------------------------------------
  67. LU=Local use |   LU  |    0  0  0  0  0  0          | MIN |       02
  68. ----------------------------------------------------------------------------
  69.              | 0   0          MIN2 (33-28)                |       03
  70. ----------------------------------------------------------------------------
  71.              |   MIN2 (27-24)        |     0  0  0  0     |       04
  72. ----------------------------------------------------------------------------
  73.              |  0  0  0  0      |     MIN1 (23-20)        |       05
  74. ----------------------------------------------------------------------------
  75.              |                MIN1  (19-12)               |       06
  76. ----------------------------------------------------------------------------
  77.              |                MIN1  (11-4)                |       07
  78. ----------------------------------------------------------------------------
  79.              |        MIN1 (3-0)  |   0   0   0   0       |       08
  80. ----------------------------------------------------------------------------
  81.              |     0   0   0   0    |     SCM (3-0)       |       09
  82. ----------------------------------------------------------------------------
  83.              |     0   0   0   0   0   |   IPCH  (10-8)   |       0A
  84. ----------------------------------------------------------------------------
  85.              |          ICPH   (7-0)                      |       0B
  86. ----------------------------------------------------------------------------
  87.              |     0   0   0  0    |   ACCOLC  (3-0)      |       0C
  88. ----------------------------------------------------------------------------
  89. PS=Perf Syst |     0   0   0   0   0   0   0   |   PS     |       0D
  90. ----------------------------------------------------------------------------
  91.              |    0   0   0   0   |     GIM (3-0)         |       0E
  92. ----------------------------------------------------------------------------
  93.              |   LOCK DIGIT 1       |   LOCK DIGIT 2      |       0F
  94. ----------------------------------------------------------------------------
  95.              |   LOCK DIGIT 3    LOCK SPARE BITS   |       10
  96. ----------------------------------------------------------------------------
  97. EE=End/End   |   EE  |   0    0    0    0    0    0 | REP |       11
  98. ----------------------------------------------------------------------------
  99. REP=Reprity  |   HA  |   0    0    0    0    0    0 | HF  |       12
  100. ----------------------------------------------------------------------------
  101. HF=Handsfree |                                            |
  102. HA=Horn Alt  |         Spare Locations (13-1D)            |
  103.              |         contain all 0's                    |       13
  104.              |                                            |       to
  105.              |                                            |       1D
  106. ----------------------------------------------------------------------------
  107.              |         NAM CHECKSUM ADJUSTMENT            |       1E
  108. ----------------------------------------------------------------------------
  109.              |            NAM CHECKSUM                    |       1F
  110. ----------------------------------------------------------------------------
  111.  
  112.  
  113.      
  114. Downloaded from The Land of Fa-II [716]/773-7526
  115.