Skip to content

Commit

Permalink
ims_diameter_server: Generic Diameter Server module [New]
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenbock committed Mar 28, 2017
1 parent 72fe811 commit 629a3b0
Show file tree
Hide file tree
Showing 13 changed files with 2,327 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.groups
Expand Up @@ -161,7 +161,7 @@ mod_list_mono=app_mono
# - modules related to IMS extensions
mod_list_ims=cdp cdp_avp ims_dialog ims_auth ims_isc ims_icscf ims_qos \
ims_registrar_pcscf ims_registrar_scscf ims_usrloc_pcscf \
ims_usrloc_scscf ims_charging ims_ocs
ims_usrloc_scscf ims_charging ims_ocs ims_diameter_server

# - modules depending on osp toolkit library
mod_list_osp=osp
Expand Down
21 changes: 21 additions & 0 deletions src/modules/ims_diameter_server/Makefile
@@ -0,0 +1,21 @@
#
# ims_qos make file
#
#

include ../../Makefile.defs
auto_gen=
NAME=ims_diameter_server.so
LIBS=-lm

DEFS+=-DOPENSER_MOD_INTERFACE

SERLIBPATH=../../lib
SER_LIBS+=$(SERLIBPATH)/ims/kamailio_ims

ifneq ($(OS),darwin)
LIBS += -lrt
LIBS += -lpthread
endif

include ../../Makefile.modules

0 comments on commit 629a3b0

Please sign in to comment.