summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gprs-ns: Fix reset state handlingJacob Erlbeck2014-10-093-11/+27
* gprs-ns: Let gprs_nsvc_reset return a valueJacob Erlbeck2014-10-092-3/+8
* gprs-ns/test: Add test_sgsn_reset_invalid_stateJacob Erlbeck2014-10-092-0/+163
* gprs-ns/test: Add expire_nsvc_timerJacob Erlbeck2014-10-091-0/+15
* gprs-ns/test: Save the last PDU type sentJacob Erlbeck2014-10-091-0/+4
* gprs-ns/test: Use gprs_nsvc_reset instead of gprs_ns_tx_resetJacob Erlbeck2014-10-092-22/+13
* build: resolve compiler warning about implicit delcarationJan Engelhardt2014-10-041-0/+1
* build: fix linker error with kasumi_testJan Engelhardt2014-10-031-2/+1
* build: remove unused all_includes and use AM_CPPFLAGSJan Engelhardt2014-10-038-8/+14
* utils: resolve compiler warnings on implicit declarationsJan Engelhardt2014-10-031-0/+1
* misc: Look into the build directory for generated filesHolger Hans Peter Freyther2014-09-254-4/+4
* gprs: Set bssgph field in bssgp_msgb_alloc()Jacob Erlbeck2014-09-231-1/+3
* gprs: Fix bssgp_rcvmsg to handle signalling msgs with BVCI IEJacob Erlbeck2014-09-231-3/+7
* gprs: Fix and check BVCI in BSSGP STATUS messagesJacob Erlbeck2014-09-232-1/+15
* Fix copyright header in gan.cHarald Welte2014-09-111-4/+4
* add missing copyright statements to source code filesHarald Welte2014-09-115-0/+106
* debian: Depend on the right version of libosmogsm as wellHolger Hans Peter Freyther2014-09-081-1/+1
* debian: Depend on libosmocore5 for the legacy packageHolger Hans Peter Freyther2014-09-081-1/+1
* debian: fix build errors with libosmogsm and libosmoctrlCiaby2014-09-083-2/+9
* logging: Document the ABI breakage in the release todoHolger Hans Peter Freyther2014-09-021-0/+1
* msgfile: Fix memleak in the test and release the listHolger Hans Peter Freyther2014-08-291-0/+1
* logging: Add ability to save/print current log filtersHarald Welte2014-08-253-3/+23
* gsm48.h: define the reserved TMSI in libosmocore, not openbscHarald Welte2014-08-241-0/+3
* add port number 4238 for BTS control interfaceHarald Welte2014-08-242-0/+2
* libctrl: Add support for 'deferred control commands'Harald Welte2014-08-243-0/+92
* ctrl: Attempt fix the build on FreeBSD and add include fileHolger Hans Peter Freyther2014-08-211-0/+1
* prepare for 0.7.0 releaseHarald Welte2014-08-215-5/+11
* Convert recently-introduced header files to #pragma onceHarald Welte2014-08-213-13/+3
* New <osmocom/ctrl/ports.h> file listing tcp ports for CTRL interfaceHarald Welte2014-08-212-0/+8
* rename controlif_setup() to ctrl_interface_setup()Harald Welte2014-08-212-4/+4
* libctrl: Make two internal helper functions staticHarald Welte2014-08-211-2/+2
* libctrl: Move bulk of control node lookup inti libosmoctrlHarald Welte2014-08-212-7/+134
* libctrl: remove 'struct gsm_network' referencesHarald Welte2014-08-212-9/+6
* libctrl: remove bsc-specific declarationHarald Welte2014-08-211-1/+0
* libctrl: adopt to recent ipaccess/ipa naming changeHarald Welte2014-08-211-2/+3
* libctrl: autotools build system integrationHarald Welte2014-08-215-7/+27
* libctrl: Add DLCTRL as logging context for the control interfaceHarald Welte2014-08-214-29/+35
* libctrl: remove reference to bsc_replace_string()Harald Welte2014-08-212-1/+8
* libctrl: Avoid using external tall_bsc_ctxHarald Welte2014-08-211-6/+6
* libctrl: remove openbsc headers, convert from make_sock to libosmocoreHarald Welte2014-08-214-23/+14
* libctrl: Remove reference to 'DNAT' in favor of 'DCTRL'Harald Welte2014-08-211-1/+1
* libctr: rename/move control interface to libosmocore naming schemeHarald Welte2014-08-215-0/+0
* ctrl: Allow the value to contain spaces. No need to split the stringHolger Hans Peter Freyther2014-08-211-1/+1
* ctrl: Use CTRL_CMD_DEFINE_STRUCT in CTRL_CMD_DEFINE_RANGEHolger Hans Peter Freyther2014-08-211-6/+1
* ctrl: Reduce code duplication and add a define to create the structHolger Hans Peter Freyther2014-08-211-13/+10
* ctrl: Remove the param parameter as it was never used/implementedHolger Hans Peter Freyther2014-08-212-6/+0
* ctrl: Introduce a macro for read-only attributes and use itHolger Hans Peter Freyther2014-08-211-0/+14
* ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messagesJacob Erlbeck2014-08-212-1/+7
* ctrl: Move the lookup into a separate file in preparation for GPRSHolger Hans Peter Freyther2014-08-213-152/+14
* ctrl: Make it possible to re-use the string get and set routineHolger Hans Peter Freyther2014-08-211-3/+7