PRL Updates » History » Version 5
Jason Prouty, 05/13/2016 02:25 PM
1 | 1 | Greg Deickman | # PRL Updates |
---|---|---|---|
2 | 1 | Greg Deickman | |
3 | 1 | Greg Deickman | This document describes how to update a single device PRL using the SOUP server. |
4 | 1 | Greg Deickman | |
5 | 1 | Greg Deickman | ## Prerequistes |
6 | 1 | Greg Deickman | 1. Ensure you have access to the production SOUP server. Create a ticket if needed. |
7 | 1 | Greg Deickman | 1. Provide adequate notification prior to updating customer devices. |
8 | 1 | Greg Deickman | 1. Ensure you have correct information including: Carrier and Model for the particular Device (MAC address) |
9 | 1 | Greg Deickman | |
10 | 1 | Greg Deickman | ## Update process |
11 | 1 | Greg Deickman | 1. Login to SOUP server: densoup01.contournetworks.net |
12 | 1 | Greg Deickman | 1. Run the following commands: |
13 | 1 | Greg Deickman | |
14 | 1 | Greg Deickman | ~~~ |
15 | 1 | Greg Deickman | cd /opt/sdm/www/soupfiles |
16 | 4 | Jason Prouty | ln -s /opt/sdm/configs/systechConfig/prls/[prlfile] M[last six of MAC]99000000.prl |
17 | 1 | Greg Deickman | ~~~ |
18 | 2 | Jason Prouty | |
19 | 1 | Greg Deickman | |
20 | 3 | Jason Prouty | ### PRL Versions |
21 | 3 | Jason Prouty | |
22 | 3 | Jason Prouty | #### Sprint Versions |
23 | 3 | Jason Prouty | |
24 | 3 | Jason Prouty | ##### PRL 304xx |
25 | 3 | Jason Prouty | |
26 | 3 | Jason Prouty | This is an MVNO-type 1xRTT PRL that supports Sprint's 1900 CMDA network used for devices unable to 'load' an IS-683E or IS-683C PRL type. |
27 | 3 | Jason Prouty | |
28 | 3 | Jason Prouty | ##### PRL 404xx |
29 | 3 | Jason Prouty | |
30 | 3 | Jason Prouty | This is an MVNO-type EVDO PRL that supports Sprint's 1900 CMDA network used for devices unable to 'load' an IS-683E PRL type. |
31 | 3 | Jason Prouty | |
32 | 3 | Jason Prouty | ##### PRL 506xx |
33 | 3 | Jason Prouty | |
34 | 4 | Jason Prouty | This is a Sprint-type 1xRTT PRL that supports Sprint's 1900 CMDA network and includes ERI (Extended Roaming Indicators) used for devices unable to 'load' an IS-683E or IS-683C PRL type. This PRL is the Sprint-type analog to 304xx. |
35 | 3 | Jason Prouty | |
36 | 3 | Jason Prouty | ##### PRL 611xx |
37 | 3 | Jason Prouty | |
38 | 4 | Jason Prouty | This is a Sprint-type EVDO PRL that supports Sprint's 1900 CMDA network and includes ERI (Extended Roaming Indicators) used for devices unable to 'load' an IS-683E PRL type. This PRL is the Sprint-type analog to 404xx. |
39 | 1 | Greg Deickman | |
40 | 1 | Greg Deickman | |
41 | 1 | Greg Deickman | ### Examples |
42 | 4 | Jason Prouty | #### 73xx |
43 | 5 | Jason Prouty | ln -s /opt/sdm/configs/systechConfig/prls/30402.prl M0DF06A99000000.prl |
44 | 4 | Jason Prouty | |
45 | 1 | Greg Deickman | #### 77xx |
46 | 5 | Jason Prouty | ln -s /opt/sdm/configs/systechConfig/prls/50652.prl M0EFFA699000000.prl |
47 | 5 | Jason Prouty | |
48 | 5 | Jason Prouty | #### 81xx |
49 | 5 | Jason Prouty | ln -s /opt/sdm/configs/systechConfig/prls/40492.prl M10778899000000.prl |
50 | 5 | Jason Prouty | |
51 | 1 | Greg Deickman | |
52 | 1 | Greg Deickman | ## Validation |
53 | 1 | Greg Deickman | Run the following command to ensure the file is linked correctly. |
54 | 1 | Greg Deickman | |
55 | 1 | Greg Deickman | ~~~ |
56 | 1 | Greg Deickman | Command |
57 | 1 | Greg Deickman | ~~~ |
58 | 1 | Greg Deickman | |
59 | 1 | Greg Deickman | # Nightly Validation |
60 | 1 | Greg Deickman | A script is run nightly at 01:00 which will parse the logs to determine which routers have been successfully updated. This will send an email to: prlupdate@contournetworks.com which show the following information. |
61 | 1 | Greg Deickman | |
62 | 1 | Greg Deickman | - The Date |
63 | 1 | Greg Deickman | - MAC |
64 | 1 | Greg Deickman | - PRL Version |