aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
AgeCommit message (Collapse)AuthorFilesLines
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