You are here: SwitchKit TCAP Interface User’s Guide > E Appendix - SKIM and SKTAL API Integration with IntelliNet Codecs > Integrating SKIM and SKTAL API with IntelliNet Codecs
Integrating SKIM and SKTAL API with IntelliNet Codecs
Steps
Follow these steps to integrate SKIM and SKTAL API with IntelliNet codecs.
1 Install the SKIM and SKTAL API.
uncompress <Filename>
tar -xvf <Filename>
2 Install a codec.
The codecs available from Cantata Technology are:
• Customized Application for Mobile network Enhanced Logic (CAMEL)
• Universal Mobile Telecommunications System- Mobile Application Part (UMTS- MAP) which includes Global System for Mobile communication - Mobile Application Part (GSM-MAP)
• ANSI - 41
• Wireless Intelligent Network (WIN)
For installation instructions on these codecs see, the following documents (available from Cantata Technology):
• CAMEL User’s Guide, document part number P_EXCL_CAMEL_UG_2.0
• UMTS MAP User’s Guide, document part number P_EXCL_UMTS_MAP_UG_2.0
• WIN User’s Guide, document part number P_EXCL_WIN_UG_2.0
• ANSI 41D User’s Guide, document part number P_EXCL_AS41D_UG_2.0
The default directory for a codec is: /opt/Intellinet/<CODEC>/
Note
• If you have installed the CCITT based codec, the codec header files get installed under /opt/IntelliNet/<CODEC>/include/itu/ directory.
• If you have installed the ANSI based codec, the codec header files get installed under /opt/IntelliNet/<CODEC>/include/ansi/ directory.
• The Codec library files get installed under /opt/IntelliNet/<CODEC>/lib/ directory
3 Build a provided sample application. Open the relevant makefile. For a sample SKIM application, use the steps described in Chapter 4. The SKIM sample application files, test1.cpp and test2.cpp, can be found in the directory:
$ITS_ROOT/SKIM/TEST
For a sample SKTAL sample application, use the steps described in Chapter 7. The SKTAL sample application files, test1.cpp and test2.cpp, can be found in the directory:
$ITS_ROOT/TAL/TEST
For the sample application to use the installed codec, modify the makefile to link the codec header files and codec library files pointing to the directory chosen in Step 2.
4 Compile the sample application using the makefile.
5 Before running the sample application, which uses one of the IntelliNet codecs, download the IntelliNet codec license file its.lic to the directory where the sample application executable is started.