Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 0 additions & 68 deletions .classpath

This file was deleted.

45 changes: 31 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,48 @@
# Java compiled #
#################
######## Java compiled #########
################################
*.class

# Eclipse #
###########
########### Eclipse ############
################################
.classpath
.project
.settings

# IntelliJ IDEA #
#################
.idea/
######## IntelliJ IDEA #########
################################
.idea
*.iml
*.iws

# Maven #
#########
########## NetBeans ############
################################
nbactions.xml

# Mobile Tools for Java (J2ME) #
################################
.mtj.tmp

############ Maven #############
################################
target
\$\{env.JBOSS_HOME\}
*.jar
*.war
*.ear
core/mux/sar-jboss-5/${env.JBOSS_HOME}/

# OS generated files #
######################
###### OS generated files ######
################################
.directory
.Trashes
._*
*~
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db

######## VM crash logs #########
################################
hs_err_pid*
15 changes: 0 additions & 15 deletions .project

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[_introduction]]
= Introduction to {this-platform} Diameter

Diameter is a computer networking protocol for Authentication, Authorization and Accounting (), as defined in RFC3588.
Diameter is a computer networking protocol for Authentication, Authorization and Accounting (AAA), as defined in RFC3588.
It is a successor to RADIUS, and has been designed to overcome certain RADIUS limitations:

* No transport reliability and flexibility (Diameter uses TCP/SCTP instead of UDP).
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Diameter Stack currently supports the following application sessions:
* Rf
* Cx/Dx
* Gx
* Gq'
* Gq
* Rx

:leveloffset: +1
Expand Down

This file was deleted.

44 changes: 0 additions & 44 deletions core/docs/sources-asciidoc/src/main/asciidoc/Chapter-MUX.adoc~

This file was deleted.

This file was deleted.

Loading