|
From: Jacques, O. \(O. T. Infra\) <oli...@hp...> - 2006-06-22 12:24:38
|
Hello Vikram,
=20
To create the Diameter Sh dictionary for Seagull (specified in 3GPP TS
29329), you have to:
- Implement the Diameter Sh commands listed in section "6.1 Command-Code
values"
For example, "UDR" command is implemented like this (note the
flags=3D0, indicating this is a request):
<define name=3D"UDR">
<setfield name=3D"flags" value=3D"128"> </setfield>
<setfield name=3D"cmd-code" value=3D"306"></setfield>
<setfield name=3D"protocol-version" value=3D"1"></setfield>
</define>=20
UDA is implemented like this (note the flags=3D0, indicating this is
an answer):
<define name=3D"UDA">
<setfield name=3D"flags" value=3D"0"> </setfield>
<setfield name=3D"cmd-code" value=3D"306"></setfield>
<setfield name=3D"protocol-version" value=3D"1"></setfield>
</define>=20
- Implement the Diameter Sh AVPs listed in section "6.3 AVPs"
User-Identity AVP is implemented like this:
<define name=3D"User-Identity" type=3D"Grouped">
<setfield name=3D"avp-code" value=3D"700"></setfield>
<setfield name=3D"flags" value=3D"64"></setfield>
</define>
=20
Don't forget to send back the dictionary when you are done so that we
can integrate it :)
=20
Olivier.
________________________________
From: Vikram Kulkarni [mailto:Vi...@ap...]=20
Sent: jeudi 22 juin 2006 10:26
To: Jacques, Olivier (OpenCall Test Infra)
Subject: SeaGull , Sh Interface
=09
=09
Hello!
=20
I want to develop Seagull Sh Interface, do you have any
suggestions?=20
=20
In an E-mail, you said it takes less than half an hour...!! I
can put one day too, to integrate Sh Interface into SeaGull.
=20
Please give some directions to where to start, what values
should I fill in in configuration XML files.. where can I get those
values.=20
=20
For your information, I have studies Cx specific 3GPP specs=20
* 3GPP TS 29.329 V6.6.0=20
* 3GPP TS 29.328=20
=20
Vikram Kulkarni
|