diff --git a/configure.in b/configure.in index 9299100..b817040 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ AC_INIT(acconfig.h) AC_CANONICAL_SYSTEM AC_ARG_PROGRAM -AM_INIT_AUTOMAKE(sualibrary,0.1.2) +AM_INIT_AUTOMAKE(sualibrary,0.1.3) AC_PREFIX_DEFAULT(/usr/local) if test "x$prefix" = "xNONE"; then diff --git a/sualibrary.kdevprj b/sualibrary.kdevprj index d1e728b..779bf25 100644 --- a/sualibrary.kdevprj +++ b/sualibrary.kdevprj @@ -24,7 +24,7 @@ ldadd= ldflags= [General] -AMChanged=false +AMChanged=true author=Lode Coene configure_args= email=lode.coene@siemens.atea.be diff --git a/sualibrary/Makefile.am b/sualibrary/Makefile.am index 0c03538..98c5853 100644 --- a/sualibrary/Makefile.am +++ b/sualibrary/Makefile.am @@ -1,5 +1,7 @@ ####### kdevelop will overwrite this part!!! (begin)########## - +bin_PROGRAMS = sualibrary +sualibrary_SOURCES = +sualibrary_LDADD = ./sua/libsua.a ./testup/libtestup.a SUBDIRS = docs sua testup diff --git a/sualibrary/docs/en/index-1.html b/sualibrary/docs/en/index-1.html index 22a6aa7..80114a2 100644 --- a/sualibrary/docs/en/index-1.html +++ b/sualibrary/docs/en/index-1.html @@ -18,7 +18,7 @@ Previous
-The sualib-0.1.0 library release is the product of a cooperation between Siemens AG (ICM), Munich, Germany and Siemens Atea, Herentals Belgium. +The sualib-0.1.3 library release is the product of a cooperation between Siemens AG (ICM), Munich, Germany and Siemens Atea, Herentals Belgium. It has been developed since late 2000 and has been planned to become a fairly complete prototype implementation of the SCCP User Adaptation @@ -62,22 +62,31 @@ callbacks for SUA events are passed in a SUA_ulpCallbacks(described more closely and 6.5). Then the application either calls the possibly blocking function sua_eventLoop(). While calling the former, it will react to a previously scheduled timer or any file descriptor event (by executing the registered callback functions). In case a timer is scheduled at a very late point in time, and no events happen on registered file descriptors (e.g. sockets), the program will sleep (because the system call poll() is used. In this case, the control flow is handled by the library, and the user must register appropriate callbacks for events and timers before handing control over to the sua_eventLoop() function. The proper use of the sua_eventLoop() is explained in some simple example programs in section 7. +
++See the following chapters for some general infomation on the present features of SUA.
+ +
+- portable to Darwin (Mac)
+- New configuration file syntax
+
+- Global title addressing supported
+
-- portable to different UNIX versions
-- tested on both Linux and FreeBSD vs 4.4
-- tested with both IPv4 and IPv6 networks
-- msg syntax updated to
1.3 Nomenclature
@@ -98,3 +107,18 @@ Previous
Contents