aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-10ctrl: Implement a global result for rf_lockedopenbsc/0.14.00.14.0Holger Hans Peter Freyther2-2/+37
2015-02-10ctrl: Add a command to check how many bts are configuredHolger Hans Peter Freyther2-0/+16
2015-02-10nitb: Move the rf-lock commands from osmo-bsc to libbscHolger Hans Peter Freyther2-86/+83
2015-02-08smpp: Fix potential crash in handling submitSMHolger Hans Peter Freyther1-3/+4
2015-02-08nat: getopt returns "static" data no need to copy itHolger Hans Peter Freyther1-1/+1
2015-02-08smpp: Do not check conn for being nullHolger Hans Peter Freyther1-1/+1
2015-02-07nokia: Allow to set the reset time for the nokia btsSipos Csaba4-4/+26
2015-02-06sgsn: Add easy APN commands with just the nameHolger Hans Peter Freyther2-0/+41
2015-02-06Revert "gprs: Block other GSUP procedures during PURGE_MS"Jacob Erlbeck4-146/+1
2015-02-06sgsn: Select GGSN based on APNJacob Erlbeck5-6/+258
2015-02-06sgsn: Add sgsn_ggsn_ctx_free functionJacob Erlbeck2-0/+7
2015-02-06sgsn: Add functions to handle APN contextsJacob Erlbeck6-13/+249
2015-02-06sgsn: Add PDP info to subscriber dataJacob Erlbeck4-9/+105
2015-02-05osmo-bts: Introduce new struct for a power loop in the BTS codeHolger Hans Peter Freyther1-0/+7
2015-01-31bsc/nitb: Allow to set the GPRS mode through the ctrl commandHolger Hans Peter Freyther5-14/+86
2015-01-31ctrl/bsc: Fix copy and paste error and update textHolger Hans Peter Freyther3-3/+5
2015-01-31rsl: Remove unused code for channel activationHolger Hans Peter Freyther1-35/+0
2015-01-31meas: Install the scenario command and test itHolger Hans Peter Freyther2-0/+25
2015-01-31meas: Add VTY documentation for the measurement commandsHolger Hans Peter Freyther1-2/+3
2015-01-30sgsn/test: Fix memory leak in test_subscriber_gsupJacob Erlbeck1-6/+9
2015-01-30sgsn/test: Add checks for subscr->error_causeJacob Erlbeck1-0/+4
2015-01-30gprs: Use 'Network failure' as default causeJacob Erlbeck2-0/+13
2015-01-30gprs/test: Fix GSUP Purge MS response messagesJacob Erlbeck1-2/+2
2015-01-30sgsn/test: Add tests for PurgeMs responsesJacob Erlbeck1-0/+30
2015-01-30gprs: Send GSUP error reply for requests without IMSIJacob Erlbeck1-1/+7
2015-01-30gprs: Support cancellation typeJacob Erlbeck3-5/+25
2015-01-28gprs: Handle PURGE MS ERR/RES without subscrJacob Erlbeck1-2/+29
2015-01-28gprs: Don't use subscr->keep_in_ram in normal operationJacob Erlbeck3-2/+30
2015-01-28sgsn: Add sgsn_mm_ctx_cleanup_free for safe shutdownJacob Erlbeck4-39/+35
2015-01-28sgsn: Don't allow mmctx == NULL in sgsn_update_subscriber_dataJacob Erlbeck4-33/+18
2015-01-27nitb: Make the last change configurableHolger Hans Peter Freyther3-0/+49
2015-01-27nitb: Allow the network to decide if a subscriber should be createdHolger Hans Peter Freyther3-9/+23
2015-01-27gbproxy: Remove dummy definition of subscr_putJacob Erlbeck1-3/+0
2015-01-27sgsn: Don't reset mm->subscr manually in sgsn_mm_ctx_freeJacob Erlbeck1-3/+1
2015-01-27gprs: Rename gprs_subscr_delete to gprs_subscr_cleanupJacob Erlbeck4-7/+7
2015-01-27gprs: Don't check for EINPROGRESS in gprs_gsup_client_createJacob Erlbeck1-1/+1
2015-01-27gb_proxy: No need to copy optargHolger Hans Peter Freyther1-1/+1
2015-01-26sgsn: Ensure 0-terminated imsi strings (Coverity)Jacob Erlbeck2-4/+4
2015-01-26gprs: Do not put the subscr in gprs_subscr_deleteJacob Erlbeck5-6/+10
2015-01-26sgsn: Remove the "permanent" subscriber cacheHolger Hans Peter Freyther5-192/+15
2015-01-26sgsn: Remove MM from the list before gprs_subscr_delete is calledHolger Hans Peter Freyther1-3/+3
2015-01-26sgsn: Remove inactive LLME/MM after inactivity timeoutJacob Erlbeck11-3/+92
2015-01-26gprs: Use a macro value to set the 'Periodic RA update timer'Jacob Erlbeck1-2/+5
2015-01-26gprs: Add 'Negotiated READY timer value' IE to Attach/RAU AcceptJacob Erlbeck1-2/+12
2015-01-26gprs: Add GPRS timer conversion functionsJacob Erlbeck5-1/+123
2015-01-26gprs: Return 0 from gsup_client_connect if ok or retry timer enabledJacob Erlbeck1-1/+4
2015-01-21osmux: Initialize the socket only onceHolger Hans Peter Freyther1-3/+5
2015-01-21debian: Fix dependenciesJacob Erlbeck1-2/+2
2015-01-21mgcp: Honor the rtp IP_TOS settings for OsmuxHolger Hans Peter Freyther4-4/+7
2015-01-20sgsn: Restructure the 'update-subscriber' commandJacob Erlbeck2-39/+12