sysmoISIM-SJA2: Add support for programming Proxy Call Session Control Function address

Example:

./pySim-prog.py -p 0 -x 001 -y 01 -s 8988211900000000004 -i 001011234567895 -k 8baf473f2f8fd09487cccbd7097c6862 --op 11111111111111111111111111111111 -o 8E27B6AF0E692E750F32667A3B14605D -a 85524953 -n isim.test --msisdn 0598765432100 --epdgid epdg.epc.mnc001.mcc001.pub.3gppnetwork.org --pcscf pcscf.testims.org

Change-Id: Ic654baa93e2ecb91ced596b49dde4c1f208ecda2
diff --git a/pySim-prog.py b/pySim-prog.py
index 93ae924..7ad57e6 100755
--- a/pySim-prog.py
+++ b/pySim-prog.py
@@ -153,6 +153,9 @@
 	parser.add_option("--epdgSelection", dest="epdgSelection",
 			help="Set PLMN for ePDG Selection Information. (Only Operator Identifier FQDN format supported)",
 		)
+	parser.add_option("--pcscf", dest="pcscf",
+			help="Set Proxy Call Session Control Function (P-CSCF) Address. (Only FQDN format supported)",
+		)
 	parser.add_option("--read-imsi", dest="read_imsi", action="store_true",
 			help="Read the IMSI from the CARD", default=False
 		)
@@ -460,6 +463,7 @@
 		'msisdn' : opts.msisdn,
 		'epdgid' : opts.epdgid,
 		'epdgSelection' : opts.epdgSelection,
+		'pcscf' : opts.pcscf,
 	}