index
:
libosmo-sccp
debian
master
pablo/talloc
SCCP Library
Holger Freyther
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-26
misc: Fix the email address in the configure.ac
HEAD
master
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
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 libosmocore
0.0.6.1
Holger Hans Peter Freyther
1
-1/+1
2011-06-04
sccp: Make sccp_write take an additional local context
0.0.6
Holger Hans Peter Freyther
3
-24/+27
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
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.0
0.0.5
Harald Welte
6
-14/+14
2011-02-25
m2ua: Fix some defines found when moving this to Smalltalk
0.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
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
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
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
2010-11-16
sccp: Rewrite the sccp_test_addr to set the size correctly
Holger Hans Peter Freyther
2
-13/+64
2010-11-16
sccp: Make the sccp_create_addr function public
Holger Hans Peter Freyther
1
-4/+4
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 exists
0.0.3
Holger Hans Peter Freyther
3
-16/+17
2010-08-24
Add 'debian' directory containing packaging information
Harald Welte
13
-0/+117
2010-08-03
fix git-version-gen to find .git directory
0.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
2010-07-31
sccp: Rename the SCCP file and delete the sccp/ directory..
Holger Hans Peter Freyther
3
-2/+2
2010-07-31
sccp: Add test case for GTI...
Holger Hans Peter Freyther
1
-5/+82
2010-07-31
sccp: Remove SCCP address check, routing is a different topic..
Holger Hans Peter Freyther
1
-32/+0
2010-07-31
sccp: Allow to have more data in the buffer than wanted by UDT..
Holger Hans Peter Freyther
1
-1/+1
2010-07-31
sccp: Copy out pointers to the GTI into the parsed structure..
Holger Hans Peter Freyther
2
-2/+8
2010-07-31
sccp: Make it possible to have a POC inside the sockaddr_sccp.
Holger Hans Peter Freyther
2
-2/+15
[next]