| Project: | Call Session Control Functions |
| Component: | Code |
| Category: | feature |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
In this type of authentication the P-CSCF is adding information to the messages that is later checked on the S-CSCF with the line identifier obtained from the HSS. (Ref: TS 183 033)
Branched ser_ims to 06_NASS_Bundled in r298 http://svn.berlios.de/viewcvs/openimscore/ser_ims/branches/06_NASS_Bundl...
Commited Florin Popescu's S-CSCF side in r299 http://svn.berlios.de/viewcvs/openimscore?view=rev&rev=299
| Status: | active | » fixed |
Merged branch since r477
| Status: | fixed | » closed |
Comments
P-Access-Network-Info header format
Check 3GPP TS 24.229, §7.2A.4:
access-type = "IEEE-802.11" / "IEEE-802.11a" /
"IEEE-802.11b" / "IEEE-802.11g" / "3GPP-GERAN" / "3GPP-UTRAN-FDD" /
"3GPP-UTRAN-TDD" / "ADSL" / "ADSL2" / "ADSL2+" / "RADSL" / "SDSL" /
"HDSL" / "HDSL2" / "G.SHDSL" / "VDSL" / "IDSL" / "3GPP2-1X" /
"3GPP2-1X-HRPD" / token
access-info = cgi-3gpp / utran-cell-id-3gpp /
dsl-location / ci-3gpp2/ extension- access-info
extension-access-info = gen-value
cgi-3gpp = "cgi-3gpp" EQUAL (token / quoted-string)
utran-cell-id-3gpp = "utran-cell-id-3gpp" EQUAL (token / quoted-string)
dsl-location = "dsl-location" EQUAL (token / quoted-string)
ci-3gpp2 = "ci-3gpp2" EQUAL (token / quoted-string)
The dsl-location parameter is obtained from a NASS CLF, via e2
interface, and contains the line id, AFAIK.
JF