Beispiel #1
0
 def testDecMNCfromPLMN_threeDigitMNC_str(self):
     self.assertEqual(utils.dec_mnc_from_plmn_str("031263"), "361")
Beispiel #2
0
 def testDecMNCfromPLMN_unused_str(self):
     self.assertEqual(utils.dec_mnc_from_plmn_str("00f0ff"), "")
Beispiel #3
0
 def testDecMNCfromPLMN_twoDigitMNC_str(self):
     self.assertEqual(utils.dec_mnc_from_plmn_str("92f501"), "10")