| 1 | // * @version 1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.0 |
|---|
| 2 | // * @author John Doe |
|---|
| 3 | // * @author John Doe |
|---|
| 4 | // * @remark this is the module |
|---|
| 5 | |
|---|
| 6 | module modulepars{ |
|---|
| 7 | |
|---|
| 8 | // * @version 1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.0 |
|---|
| 9 | // * @author John Doe |
|---|
| 10 | // * @author John Doe |
|---|
| 11 | // * @remark this is the modulepar |
|---|
| 12 | modulepar{ |
|---|
| 13 | octetstring px_AccessPointName; |
|---|
| 14 | B16_Type px_AuthAMF; |
|---|
| 15 | B128_Type px_AuthK := oct2bit ( '000102030405060708090A0B0C0D0E0F'O ); |
|---|
| 16 | integer px_AuthN := 127; |
|---|
| 17 | hexstring px_IMEI_Def; |
|---|
| 18 | hexstring px_IMSI_Def := '001010123456063'H; |
|---|
| 19 | charstring px_IP_Address; |
|---|
| 20 | B3_Type px_NAS_CipheringAlgorithm := '001'B; |
|---|
| 21 | B3_Type px_NAS_IntegrityProtAlgorithm := '001'B; |
|---|
| 22 | boolean px_RLC_SDU_Buffering := true; |
|---|
| 23 | CipheringAlgorithm_Type px_RRC_CipheringAlgorithm := eea0; |
|---|
| 24 | IntegrityProtAlgorithm_Type px_RRC_IntegrityProtAlgorithm := eia1; |
|---|
| 25 | integer px_SupportedEutraBands := 1; |
|---|
| 26 | integer px_SupportedInterRatBands := 1; |
|---|
| 27 | B128_Type px_eAuthRAND := oct2bit ( 'A3DE0C6D363E30C364A4078F1BF8D577'O ); |
|---|
| 28 | Dl_Bandwidth_Type px_eDLChannelBandwidth := n25; |
|---|
| 29 | NAS_Mcc px_eJapanMCC_Band6 := '442'H; |
|---|
| 30 | FrequencyBand_Type px_ePrimaryFrequencyBand := 1; |
|---|
| 31 | FrequencyBand_Type px_eSecondaryFrequencyBand := 2; |
|---|
| 32 | Ul_Bandwidth_Type px_eULChannelBandwidth := n25; |
|---|
| 33 | }; |
|---|
| 34 | |
|---|
| 35 | modulepar integer bla := 127; |
|---|
| 36 | |
|---|
| 37 | modulepar integer bla11 := 127, bla12 := 127; |
|---|
| 38 | |
|---|
| 39 | modulepar CipheringAlgorithm_Type bla21, bla22; |
|---|
| 40 | |
|---|
| 41 | |
|---|
| 42 | modulepar{ |
|---|
| 43 | integer blax := 127; |
|---|
| 44 | integer blax11 := 127, blax12 := 127; |
|---|
| 45 | CipheringAlgorithm_Type blax21, blax22; |
|---|
| 46 | } |
|---|
| 47 | |
|---|
| 48 | modulepar integer thisisalongmoduleparameternamethatgoesonandonandonandonandonandonandonandonandonandonandonandonandonandonandonandonandonandonandonandonandonandonandonandonandonandonandonandonandonandonandonandonEND := 234243623463563563635543535654656; |
|---|
| 49 | |
|---|
| 50 | } |
|---|