aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-14m2ua: Move the test into a new function.Holger Hans Peter Freyther1-1/+6
2011-01-13m2ua: Implement to find a tag inside a messageHolger Hans Peter Freyther3-0/+23
2011-01-13m2ua: Free the resources at the endHolger Hans Peter Freyther1-0/+3
2011-01-13debian: Use the 3.0 git format, upgrade the version, fix dependsHolger Hans Peter Freyther4-3/+9
2011-01-13build: Fix building on maverickHolger Hans Peter Freyther1-1/+1
2011-01-12m2ua: Add parsing and creation of m2ua packagesHolger Hans Peter Freyther8-3/+274
2011-01-12m2ua: Add enum values for the parameters of the individual messagesHolger Hans Peter Freyther1-0/+137
2011-01-12m2ua: Add basic header file for the common structure of a M2UA msgHolger Hans Peter Freyther4-1/+165
2011-01-12mtp: Remove the mtp_data header file as it refers to the cellmgrHolger Hans Peter Freyther4-599/+2
2010-11-26sccp: Print the wrong data so one can compare it.Holger Hans Peter Freyther1-1/+2
2010-11-26sccp: Add a test case for GTI creation, set the SSN indicator bitHolger Hans Peter Freyther2-1/+22
2010-11-26sccp_test: Add a test case for SCCP Addresses with POIWenbin WU1-0/+16
2010-11-16sccp: Use the length of the address to update the offsetsHolger Hans Peter Freyther1-8/+14
2010-11-16sccp: Rewrite the sccp_test_addr to set the size correctlyHolger Hans Peter Freyther2-13/+64
2010-11-16sccp: Make the sccp_create_addr function publicHolger Hans Peter Freyther1-4/+4
2010-08-25Merge branch 'master' of git.osmocom.org:libosmo-sccpHarald Welte3-16/+17
2010-08-25debian: add build dependency to pkg-configHarald Welte1-2/+2
2010-08-25sccp: Pass the sccp_connection down to the send method if it exists0.0.3Holger Hans Peter Freyther3-16/+17
2010-08-24Add 'debian' directory containing packaging informationHarald Welte13-0/+117
2010-08-03fix git-version-gen to find .git directory0.0.2Harald Welte1-1/+1
2010-08-03move include files to $(includedir)/osmocom/*Harald Welte2-2/+2
2010-08-02sccp.c: Make the create work with data + len to not have a msgbHolger Hans Peter Freyther2-7/+7
2010-08-02sccp: We have the gti_ind inside the address already.Holger Hans Peter Freyther2-2/+0
2010-08-01sccp: Allow to create a _udt message with the given parameter.Holger Hans Peter Freyther2-3/+20
2010-08-01sccp: Use the function to put the sccp address.. fixes GTI for connectHolger Hans Peter Freyther1-5/+2
2010-08-01mtp: Add the MTP Level3 code to the SCCP repoistoryHolger Hans Peter Freyther14-4/+1530
2010-08-01sccp: Rename the SCCP file and delete the sccp/ directory..Holger Hans Peter Freyther3-2/+2
2010-08-01sccp: Add test case for GTI...Holger Hans Peter Freyther1-5/+82
2010-08-01sccp: Remove SCCP address check, routing is a different topic..Holger Hans Peter Freyther1-32/+0
2010-08-01sccp: Allow to have more data in the buffer than wanted by UDT..Holger Hans Peter Freyther1-1/+1
2010-08-01sccp: Copy out pointers to the GTI into the parsed structure..Holger Hans Peter Freyther2-2/+8
2010-08-01sccp: Make it possible to have a POC inside the sockaddr_sccp.Holger Hans Peter Freyther2-2/+15
2010-08-01sccp: Make it possible to put a GlobalTitle into the SCCP header.Holger Hans Peter Freyther2-11/+29
2010-07-31sccp_test: Add debug code to the test app to have extended debuggingHolger Hans Peter Freyther1-0/+25
2010-07-31sccp_test: Compile the sccp.c directly into the binaryHolger Hans Peter Freyther1-2/+2
2010-07-31sccp_test: Change FAIL to abort immediately, remove code after a FAILHolger Hans Peter Freyther1-36/+9
2010-07-30sccp: Rename the pkg-config file to osmo-sccp0.0.1Holger Hans Peter Freyther3-2/+2
2010-07-30sccp: Ignore certain files.Holger Hans Peter Freyther1-0/+3
2010-07-30sccp: Add a new buildsystem for the OSMO SCCP libraryHolger Hans Peter Freyther5-0/+60
2010-07-30sccp: Adjust the code to only depend on libosmocoreHolger Hans Peter Freyther4-4/+17
2010-07-23Merge branch 'on-waves/sccp'Holger Hans Peter Freyther4-113/+113
2010-07-23sccp: u_int32_t -> uint32_tHolger Hans Peter Freyther2-19/+19
2010-07-23sccp: u_int16_t -> uint16_tHolger Hans Peter Freyther2-3/+3
2010-07-23sccp: u_int8_t -> uint8_tHolger Hans Peter Freyther4-91/+91
2010-06-20add more executables to .gitignoreHarald Welte1-0/+3
2010-06-15Merge branch 'on-waves/sccp'Holger Hans Peter Freyther2-24/+97
2010-05-17[sccp] Add method to create a dt1 packet.Holger Hans Peter Freyther2-12/+28
2010-05-17[sccp] Create a method to create RLSD messages.Holger Hans Peter Freyther2-3/+22
2010-05-17[sccp] Create a SCCP CC creation routine.Holger Hans Peter Freyther2-8/+24
2010-05-15[sccp] Make it optional to send data on a SCCP Connection RefuseHolger Hans Peter Freyther2-3/+10