Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-14 | Update debian package. | Eric Butler | 3 | -2/+8 | |
2012-03-26 | misc: Fix the email address in the configure.ac | Holger Hans Peter Freyther | 1 | -1/+1 | |
2011-12-06 | tests: Remove the missing and use it from $(top_srcdir)0.0.6.2 | Holger Hans Peter Freyther | 2 | -378/+2 | |
2011-11-20 | tests: Run the existing tests with GNU Autotest | Holger Hans Peter Freyther | 14 | -6/+572 | |
SCCP: Use DST/SRC Ref instead of the pointer value to create stable releases. | |||||
2011-07-16 | {m2ua,sccp}_test: use (void) ANSI function declarations | Harald Welte | 2 | -5/+5 | |
2011-06-30 | misc: Fix the log_init init call with a recent libosmocore0.0.6.1 | Holger Hans Peter Freyther | 1 | -1/+1 | |
2011-06-04 | sccp: Make sccp_write take an additional local context0.0.6 | Holger Hans Peter Freyther | 3 | -24/+27 | |
For connection less data there is no way to pass a per context data for outgoing data, add one. | |||||
2011-05-24 | libosmo-sccp: update .gitignore | Alexander Huemer | 1 | -0/+2 | |
2011-05-24 | libosmo-sccp: add missing AC_LANG_SOURCE for current autoconf | Alexander Huemer | 1 | -1/+1 | |
autoconf >=2.68 demands the body of an AC_COMPILE_IFELSE to be wrapped in an AC_LANG_SOURCE macro, otherwise outputs annoying warnings on the invocation of `autoreconf -i`. this patch follows that demand. | |||||
2011-05-10 | update debian changelog for 0.0.5 | Harald Welte | 1 | -0/+6 | |
2011-05-08 | tests: update to libosmocore namespace prefix (osmo_)0.0.5.1 | Harald Welte | 2 | -4/+4 | |
2011-05-08 | namespace: use osmo_static_assert() instead of static_assert() | Harald Welte | 2 | -2/+2 | |
2011-03-23 | Update include paths with libosmocore 0.2.00.0.5 | Harald Welte | 6 | -14/+14 | |
2011-02-25 | m2ua: Fix some defines found when moving this to Smalltalk0.0.4 | Holger Hans Peter Freyther | 1 | -2/+2 | |
2011-01-22 | m2ua: Allow to set a log area for DM2UA. | Holger Hans Peter Freyther | 2 | -0/+7 | |
2011-01-18 | m2ua: Fix the padding calculation | Holger Hans Peter Freyther | 1 | -2/+2 | |
This was found in interop testing. We have to add number of bytes to fill up four that are not provided by the payload but nothing if the rest is zero. | |||||
2011-01-14 | m2ua: Okay... get the order of the arguments right | Holger Hans Peter Freyther | 1 | -1/+1 | |
2011-01-14 | m2ua: Attempt to use a memcpy... maybe this is fixing a segfault | Holger Hans Peter Freyther | 1 | -1/+1 | |
This is a bit of exploring why this could fail... | |||||
2011-01-14 | m2ua: Pad the data properly, read over the padding properly | Holger Hans Peter Freyther | 2 | -1/+51 | |
2011-01-14 | m2ua: Move the test into a new function. | Holger Hans Peter Freyther | 1 | -1/+6 | |
2011-01-13 | m2ua: Implement to find a tag inside a message | Holger Hans Peter Freyther | 3 | -0/+23 | |
2011-01-13 | m2ua: Free the resources at the end | Holger Hans Peter Freyther | 1 | -0/+3 | |
2011-01-13 | debian: Use the 3.0 git format, upgrade the version, fix depends | Holger Hans Peter Freyther | 4 | -3/+9 | |
2011-01-13 | build: Fix building on maverick | Holger Hans Peter Freyther | 1 | -1/+1 | |
2011-01-12 | m2ua: Add parsing and creation of m2ua packages | Holger Hans Peter Freyther | 8 | -3/+274 | |
2011-01-12 | m2ua: Add enum values for the parameters of the individual messages | Holger Hans Peter Freyther | 1 | -0/+137 | |
2011-01-12 | m2ua: Add basic header file for the common structure of a M2UA msg | Holger Hans Peter Freyther | 4 | -1/+165 | |
2011-01-12 | mtp: Remove the mtp_data header file as it refers to the cellmgr | Holger Hans Peter Freyther | 4 | -599/+2 | |
2010-11-26 | sccp: Print the wrong data so one can compare it. | Holger Hans Peter Freyther | 1 | -1/+2 | |
2010-11-26 | sccp: Add a test case for GTI creation, set the SSN indicator bit | Holger Hans Peter Freyther | 2 | -1/+22 | |
Make sure that creating an address that should be routed based on the GTI can be created properly. | |||||
2010-11-26 | sccp_test: Add a test case for SCCP Addresses with POI | Wenbin WU | 1 | -0/+16 | |
2010-11-16 | sccp: Use the length of the address to update the offsets | Holger Hans Peter Freyther | 1 | -8/+14 | |
Instead of guessing the length of an address, use the result of the sccp_create_addr method. | |||||
2010-11-16 | sccp: Rewrite the sccp_test_addr to set the size correctly | Holger Hans Peter Freyther | 2 | -13/+64 | |
Fix the code to set the number of consumed bytes correctly and return the number of bytes consumed for for the address. Add a simple but expandable test case to test the SCCP address | |||||
2010-11-16 | sccp: Make the sccp_create_addr function public | Holger Hans Peter Freyther | 1 | -4/+4 | |
Prefix it with sccp_ and remove the static. This way we can test this from the unit tests. | |||||
2010-08-25 | Merge branch 'master' of git.osmocom.org:libosmo-sccp | Harald Welte | 3 | -16/+17 | |
2010-08-25 | debian: add build dependency to pkg-config | Harald Welte | 1 | -2/+2 | |
2010-08-25 | sccp: Pass the sccp_connection down to the send method if it exists0.0.3 | Holger Hans Peter Freyther | 3 | -16/+17 | |
This allows to identify the sccp connection and send the SCCP payload down to a different stream depending on the connection. It will be used by the bsc_msc_ip to keep multiple MSC connections open. | |||||
2010-08-24 | Add 'debian' directory containing packaging information | Harald Welte | 13 | -0/+117 | |
2010-08-03 | fix git-version-gen to find .git directory0.0.2 | Harald Welte | 1 | -1/+1 | |
2010-08-03 | move include files to $(includedir)/osmocom/* | Harald Welte | 2 | -2/+2 | |
2010-08-02 | sccp.c: Make the create work with data + len to not have a msgb | Holger Hans Peter Freyther | 2 | -7/+7 | |
2010-08-02 | sccp: We have the gti_ind inside the address already. | Holger Hans Peter Freyther | 2 | -2/+0 | |
2010-08-01 | sccp: Allow to create a _udt message with the given parameter. | Holger Hans Peter Freyther | 2 | -3/+20 | |
2010-08-01 | sccp: Use the function to put the sccp address.. fixes GTI for connect | Holger Hans Peter Freyther | 1 | -5/+2 | |
2010-08-01 | mtp: Add the MTP Level3 code to the SCCP repoistory | Holger Hans Peter Freyther | 14 | -4/+1530 | |
SCCP can be wrapped inside the MTP Level3, and one can use it for link testing as well. This repository should be renamed to libosmo-itu or libosmo-ss7 and be a host to SS7 related encapsulation... The code is coming from the cellmgr-ng code. | |||||
2010-08-01 | sccp: Rename the SCCP file and delete the sccp/ directory.. | Holger Hans Peter Freyther | 3 | -2/+2 | |
2010-08-01 | sccp: Add test case for GTI... | Holger Hans Peter Freyther | 1 | -5/+82 | |
2010-08-01 | sccp: Remove SCCP address check, routing is a different topic.. | Holger Hans Peter Freyther | 1 | -32/+0 | |
We do not do any routing right now... we will accept everything right now and that appears to be fine. | |||||
2010-08-01 | sccp: Allow to have more data in the buffer than wanted by UDT.. | Holger Hans Peter Freyther | 1 | -1/+1 | |
2010-08-01 | sccp: Copy out pointers to the GTI into the parsed structure.. | Holger Hans Peter Freyther | 2 | -2/+8 | |