view INSTALL.Fedora @ 1496:288254d567b7

Update 3GPP TS 29.338 V15.1.0 (2018-12) Add AVPs from Table 6.3.3.1/1: SGd/Gdd specific Diameter AVPs: - SC-Address, OctetString, code 3300, section 6.3.3.2 - SM-RP-UI, OctetString, code 3301, section 6.3.3.3 - TFR-Flags, Unsigned32, code 3302, section 6.3.3.4 - SM-Delivery-Failure-Cause, Grouped, code 3303, section 6.3.3.5 - SM-Enumerated-Delivery-Failure-Cause, Enumerated, code 3304, section 6.3.3.6 - SM-Diagnostic-Info, OctetString, code 3305, section 6.3.3.7 - SM-Delivery-Timer, Unsigned32, code 3306, section 6.3.3.10 - SM-Delivery-Start-Time, Time, code 3307, section 6.3.3.11 - SMSMI-Correlation-ID, Grouped, code 3324, section 6.3.3.13 - HSS-ID, OctetString, code 3325, section 6.3.3.14 - Originating-SIP-URI, UTF8String, code 3326, section 6.3.3.15 - Destination-SIP-URI, UTF8String, code 3327, section 6.3.3.16 - OFR-Flags, Unsigned32, code 3328, section 6.3.3.12 - Maximum-Retransmission-Time, Time, code 3330, section 6.3.3.17 - Requested-Retransmission-Time, Time, code 3331, section 6.3.3.18 - SMS-GMSC-Address, OctetString, code 3332, section 6.3.3.19
author Luke Mewburn <luke@mewburn.net>
date Thu, 02 Apr 2020 15:50:40 +1100
parents adbbc3f2e4b8
children 699c3fb0c57b
line wrap: on
line source

### Very short install notes for Fedora (tested on Fedora 13 and 14)
# Please refer to other INSTALL files for more detailed instructions (e.g. extension-specific notes).


Dependencies on Fedora 13 (from minimal system):
# yum install cmake make gcc gcc-c++ flex bison lksctp-tools-devel gnutls-devel libgcrypt-devel libidn-devel

In addition, if you have not already retrieved the latest source:
# yum install mercurial

Following dependencies are optional, depending on which extensions you plan to compile
 app_acct:
	# yum install postgresql-devel
	optional:
	# yum install postgresql-server

 app_sip:
 app_diameap:
	# yum install mysql-devel
	optional:
	# yum install mysql-server 
	
 dict_legacy_xml:
	# yum install libxml2 libxml2-devel
	
 dbg_interactive:
	# yum install swig python-devel


NOTE: You may need to change something in SELinux to allow binding the SCTP socket on Diameter port.
The following command is the very naive way to do it, you can probably do better (feedback appreciated!)
# setenforce Permissive


There is currently no Fedora-specific package for freeDiameter.
You are welcome to contribute packaging scripts. 
Please contact dev@freediameter.net for more details.
"Welcome to our mercurial repository"