summaryrefslogtreecommitdiffstats
path: root/src/tests/keywords/3gpp
blob: 05e3fb23e740a5e69919b93ba8ac6de528e361e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
#  PRE: update
#
update request {
	3GPP-IMSI := "hello"
}

#
#  "request:[0-9]" should be parsed as a list followed
#  by an attribute.
#
update control {
	Tmp-String-0 := "%{3GPP-IMSI}"
	Tmp-String-1 := "%{request:3GPP-IMSI}"
}

update reply {
       Filter-Id := "filter"
}