aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
AgeCommit message (Collapse)AuthorFilesLines
2007-01-04Check in trivial changes before generating a big diff...Martin Mathieson1-7/+7
svn path=/trunk/; revision=20304
2006-12-10Add SIP error codes.Anders Broman1-0/+19
svn path=/trunk/; revision=20104
2006-11-28Complete the SIP application AVP:s.Anders Broman1-1/+91
svn path=/trunk/; revision=20009
2006-11-26Fix some property typos (eg: svn:kwywords, swn:keywords, etc)Bill Meier1-1/+1
Add 'svn:eol-style native' for a few .[hc] files svn path=/trunk/; revision=19992
2006-11-14Add SIP application AVP:s (Incomplete) and sortmobileipv4 in numerical order.Anders Broman3-31/+108
svn path=/trunk/; revision=19889
2006-09-29Update Diamater and Radius AVP:sAnders Broman1-0/+58
svn path=/trunk/; revision=19366
2006-07-17From Martin Mathieson:Anders Broman1-19/+55
sip_stats.c and tap_sipstat.c: adds the code 429 ("Provide Referrer Identity", from RFC 3892) to SIP stats. chargecontrol.xml packet-diameter.c : These patches - add a few more chargecontrol AVPs, and add the vendor-id where needed - report as expert info when AVPs' lengths don't match their type svn path=/trunk/; revision=18743
2006-07-07From Martin Mathieson:Anders Broman1-264/+449
packet-diameter.c - show vendor ID as a decimal number diameter/chargecontrol.xml - add more AVP entries from 3GPP TS 32.299 (6.6.0) svn path=/trunk/; revision=18679
2006-07-03From Martin Mathieson:Anders Broman1-5/+11
packet-diameter.c -------------------------- I completely reindented dissect_avps() before I made any changes, but when ignoring white space (in tkdiff, -w plus checking 'Ignore blanks when diffing'), its easy to see the small changes I've made: - when fail to find AVP info, show code in tree parent in decimal (as specs do) - add an expert info (undecoded, note) to indicate unknown AVP codes diameter/imscxdx.xml ------------------------------- - added 'Associated-Identities' svn path=/trunk/; revision=18641
2006-05-31Update 3GPP AVP:sAnders Broman1-2/+91
svn path=/trunk/; revision=18270
2006-03-02Correct some AVP typesAnders Broman1-2/+2
svn path=/trunk/; revision=17448
2006-02-23Mark 3GPP AVP:s as Vendor specific.Anders Broman2-30/+99
svn path=/trunk/; revision=17388
2006-02-17Translate cause valueAnders Broman1-1/+56
svn path=/trunk/; revision=17335
2006-02-16Fix </avp> Missing.Anders Broman1-0/+1
svn path=/trunk/; revision=17323
2006-02-04Fix a faulty def and add some 3gpp AVP:sAnders Broman1-1/+36
svn path=/trunk/; revision=17147
2006-01-15Sort AVP:s nummerically to make updates easier, remove double entries add ↵Anders Broman2-464/+361
nasreq AVP:s and expand some enums. svn path=/trunk/; revision=17034
2006-01-10Update with AVP:s from the dictionary Joost Yervante Damad sent.Anders Broman2-12/+416
svn path=/trunk/; revision=16987
2005-12-01From Thomas Steffen:Anders Broman2-0/+94
Add chargecontrol.xml svn path=/trunk/; revision=16640
2005-11-19Use the correct Application Id:s fix a typo.Anders Broman3-4/+8
svn path=/trunk/; revision=16551
2005-11-16A digit as first letter does not work fix some cut-and-paste errors.Anders Broman2-14/+14
svn path=/trunk/; revision=16515
2005-11-13Update some 3GPP AVP:sAnders Broman5-32/+318
svn path=/trunk/; revision=16498
2005-09-30Update AVP:s and error codes.Anders Broman1-5/+139
svn path=/trunk/; revision=16059
2005-09-29Move the Diameter dictionary files to a "diameter" subdirectory, alongGuy Harris6-0/+1303
the lines of what's done for RADIUS. That keeps them together (and separate from other files), and makes the layout of the top-level source directory closer to the layout of the installation directory, so that if you run Ethereal or Tethereal from the top-level directory on Windows it'll pick up the Diameter dictionary files (if it supports loading them), and can do so on UN*X if we support a mechanism to let it find its control files in the directory in which the binary resides. Use the diameter_DATA, dtds_DATA, and radius_DATA macros in the EXTRA_DIST macro, so you only have to change the lists of Diameter, DTD, and RADIUS files in one place if you add or remove a file. svn path=/trunk/; revision=16050