aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2010-07-26gsm_subscriber: Increase the name to 160 charachtersHolger Hans Peter Freyther1-1/+1
2010-07-23nat: u_int8_t -> uint8_tHolger Hans Peter Freyther1-2/+2
2010-07-23Merge branch 'on-waves/sccp'Holger Hans Peter Freyther2-54/+54
2010-07-23sccp: u_int32_t -> uint32_tHolger Hans Peter Freyther1-2/+2
2010-07-23sccp: u_int8_t -> uint8_tHolger Hans Peter Freyther2-52/+52
2010-07-23rsl: Add method to send a SMSCB inside a SMS BROADCAST COMMANDHolger Hans Peter Freyther1-0/+4
2010-07-23bsc_api: Add cipher mod reject api callbackHolger Hans Peter Freyther1-1/+3
2010-07-23bsc_api: Add stub for the cipher mode command.Holger Hans Peter Freyther1-1/+3
2010-07-23bsc_api: Create dummy stub for the assignment command.Holger Hans Peter Freyther1-2/+3
2010-07-22[ipaccess-config] fix bugs in generating the PHYSICAL CONFIG attributeHarald Welte1-0/+3
2010-07-22ipaccess-config/network-listen updateHarald Welte1-0/+1
2010-07-22ipaccess-config / network listen: ordered list of RxLevelsHarald Welte3-3/+6
2010-07-22move ip.access netowrk listen (NWL) to network_listen.cHarald Welte5-2/+23
2010-07-14abis_nm: Create a signal data structure for the NACK messageHolger Hans Peter Freyther1-1/+6
2010-07-05bsc: Add header file for the true BSC API.Holger Hans Peter Freyther2-1/+11
2010-07-05msc: Create a dummy operation to keep the channel open for five secondsHolger Hans Peter Freyther2-0/+10
2010-07-05nat: Remove the first_contact variable.Holger Hans Peter Freyther1-1/+0
2010-07-05nat: Create a method to determine if any MSC is connected.Holger Hans Peter Freyther1-0/+2
2010-07-05nat: Store the msc_con in the data of the bsc_fdHolger Hans Peter Freyther1-0/+1
2010-07-05nat: Keep track of the MSC handling the connection.Holger Hans Peter Freyther1-0/+1
2010-07-03[SGSN] Initial work on GMM authentication and cipheringHarald Welte1-0/+17
2010-07-02[SGSN] Use libosmocore GPRS encryption plugins from LLC layerHarald Welte1-0/+12
2010-07-02[SGSN] Call libosmocore helper to load cipher pluginsHarald Welte2-7/+3
2010-07-01[SGSN] Fix segfault when passing re-assembled SN-PDU to GMMHarald Welte1-2/+2
2010-06-30osmo-bsc: Start adding code for the osmo_bsc..Holger Hans Peter Freyther2-1/+22
2010-06-30handover: Call bsc_handover_clear from gsm0808_clearHolger Hans Peter Freyther1-0/+6
2010-06-30handover: Attempt to use the same gsm_subscriber_conn for new/old channelHolger Hans Peter Freyther2-4/+1
2010-06-28bsc_msc: Remove use_count from the subscriber connectionHolger Hans Peter Freyther4-28/+5
2010-06-28bsc_api: Allocate the subscriber_connection dynamicallyHolger Hans Peter Freyther1-2/+4
2010-06-22abis_rsl: Send the IMMEDIATE Assignment after the Channel Ack.Holger Hans Peter Freyther1-0/+4
2010-06-21bsc_api: Remove the lchan usage from the Paging Response handling.Holger Hans Peter Freyther1-1/+1
2010-06-21silent_call: Use the gsm_subscriber_connection instead of lchan->connHolger Hans Peter Freyther1-2/+4
2010-06-20[BSC] Hopping: Add MA IE to ASS CMD, IMM ASS CMD and HO CMDHarald Welte1-0/+1
2010-06-20[BSC] Keep a SYSTEM INFORMATION cache for each BTSHarald Welte2-1/+40
2010-06-20[BSC] Generate MA for each timeslot that has hopping enabledHarald Welte1-0/+4
2010-06-20[BSC] introduce the concept of 'BTS features'Harald Welte1-0/+13
2010-06-20[BSC] Implement per-timeslot ARFCN lists for frequency hoppingHarald Welte2-0/+5
2010-06-20unfinished support for hopping channelsHarald Welte1-0/+5
2010-06-17nat: Count the number of dropped SCCP and MGCP calls as well.Holger Hans Peter Freyther1-0/+2
2010-06-17nat: Switch per BSC counters to the rate ctr.Holger Hans Peter Freyther1-7/+7
2010-06-17bsc_api: Remove the lchan from the USSD code...Holger Hans Peter Freyther2-5/+9
2010-06-17bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch.Holger Hans Peter Freyther4-3/+9
2010-06-17bsc_api: Make paging/silent call work with the subscriber_connectionHolger Hans Peter Freyther2-3/+3
2010-06-17nat: Rename BSC_NODE to NAT_BSC_NODE to avoid future issues.Holger Hans Peter Freyther1-1/+1
2010-06-17Merge branch 'on-waves/mgcp'Holger Hans Peter Freyther1-0/+1
2010-06-17[mgcp] Set the IP_TOS/DSCP on RTP/RTCP IP packets.Holger Hans Peter Freyther1-0/+1
2010-06-16bsc_api: Pass the subscriber connection to the SMS...Holger Hans Peter Freyther1-1/+1
2010-06-16bsc_api: Remove the _lchan and make the method static..Holger Hans Peter Freyther1-2/+0
2010-06-16bsc_api: Move BSC API between MSC and RSL code...Holger Hans Peter Freyther1-0/+2
2010-06-16bsc_api: Operate on the subscriber connection for subscriber managementHolger Hans Peter Freyther1-1/+1