aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
AgeCommit message (Expand)AuthorFilesLines
2010-02-12Move debug.c into the liblaf0rge1.a tooHolger Hans Peter Freyther1-2/+3
2010-02-12[msgb] Make it possible to include it directly and from liblaf0rgeHolger Hans Peter Freyther1-1/+2
2010-02-10misc: Include the linuxlist header via a local includeHolger Hans Peter Freyther1-1/+1
2010-02-09Create a liblaforge with OpenBSC utility functions to be used for other projectsHolger Hans Peter Freyther1-3/+6
2010-02-09[tlv] Implement a variant for the IDTAG list for the IPAHolger Hans Peter Freyther1-0/+13
2010-02-09[ipaccess] Make the IPA version of LTV public.Holger Hans Peter Freyther1-0/+3
2010-02-07[ipa] Make sending of ID REQ public...Holger Hans Peter Freyther1-0/+1
2010-02-07[ipaccess] Create a method to send the ID ACK messagesHolger Hans Peter Freyther1-0/+1
2010-02-07[telnet] Remove ancient #define...Holger Hans Peter Freyther1-3/+0
2010-02-03[mgcp] Refer to the right Company in the Copyright/Copyleft lineHolger Hans Peter Freyther1-1/+1
2010-02-03[mgcp] Make the mgcp_protocol generate a struct msgb*Holger Hans Peter Freyther1-2/+10
2010-02-03[mgcp] Prepare the in process MGCP handling by adding callbacksHolger Hans Peter Freyther1-0/+8
2010-02-03[mgcp] Prepare to do MGCP over TCP and inside the bsc_msc_ip processHolger Hans Peter Freyther1-2/+8
2010-01-28[gsm48] Allow to send the assignment command on a different lchanHolger Hans Peter Freyther1-1/+1
2010-01-10[OML] parse attributes depending on BTS typeHarald Welte2-2/+14
2010-01-10TLV: add function to patch a tlv definition tableHarald Welte1-0/+3
2010-01-07introduce new gsm_bts_trx_by_nr() functionHarald Welte1-0/+1
2010-01-07bis_nm_ipaccess_set_nvattr() executes on a TRX, not a BTSHarald Welte1-1/+1
2010-01-07[abis_nm] Add abis_nm_bs11_set_pll function to change the set/work valueDaniel Willmann1-0/+1
2010-01-07[abis_nm] Add abis_nm_bs11_infield_logon to logon as user fieldDaniel Willmann1-0/+1
2010-01-07[abis_nm] Add generic abis_nm_bs11_logon functionDaniel Willmann1-0/+1
2010-01-07[signal] Differentiate paging success from expiration in SS_PAGINGSylvain Munaut1-1/+2
2010-01-03gsm_data: Move auth related structure earlierSylvain Munaut1-20/+22
2010-01-03encryption: Import a GPL comp128 implementationSylvain Munaut1-0/+22
2010-01-03gsm_04_08: Specify key_seq when calling gsm48_tx_mm_auth_reqSylvain Munaut1-1/+1
2010-01-03db: Add methods to set auth{info,tuple} for a subscriberSylvain Munaut1-0/+4
2010-01-03db: Add declaration for get_auth{info,tuple_for_subscriberSylvain Munaut1-0/+6
2010-01-03gsm_data: Fix sres to be 4 bytesSylvain Munaut1-1/+1
2010-01-03db: Add issued/use_count/key_seq fields to AuthTuplesSylvain Munaut1-0/+2
2010-01-03abis_nm: Introduce & use a nm_is_running function to test gsm_nm_stateSylvain Munaut1-0/+1
2010-01-03silent_call: Add option to choose channel typeSylvain Munaut1-1/+2
2010-01-01introduce and implement silent_call_reroute() and silent_call_rx()Harald Welte1-0/+2
2010-01-01keep 'silent call' state in struct lchanHarald Welte1-0/+2
2009-12-31[misc] Utilize rf_locking by setting the nm_state.administrativeHolger Hans Peter Freyther1-3/+0
2009-12-30[abis] Dispatch a IPAC restart ACK/NACK signalHolger Hans Peter Freyther2-0/+3
2009-12-30[ipaccess] Restart only after setting the OML IP, software loadHolger Hans Peter Freyther1-0/+5
2009-12-30[ipaccess] Change the name to be slightly better..Holger Hans Peter Freyther1-1/+1
2009-12-30[ipaccess] Expose the sub header list as well..Holger Hans Peter Freyther1-1/+24
2009-12-30[ipaccess] Turn firmware parsing into a routine so it can be usedHolger Hans Peter Freyther1-0/+28
2009-12-30[abis] Add ACK signal and send it on SET NVATTR ACKHolger Hans Peter Freyther1-0/+1
2009-12-29rsl: add new 'gsm_trx_name()' function and use itHarald Welte (local)1-0/+1
2009-12-29export the 'trx_is_usable() function and use it from pagingHarald Welte (local)1-0/+2
2009-12-29Introduce gsm_lchans_name() for human readable lchan state nameHarald Welte1-0/+1
2009-12-29RSL: Introduce LCHAN_S_REL_REQ stateHarald Welte1-0/+1
2009-12-28vty: replace'logging level' numeric value with human readable stringHarald Welte (local)1-0/+2
2009-12-28set the TRX nominal power by default and/or VTYHarald Welte (local)1-0/+1
2009-12-28Introduce and use gsm_lchan_name() in addition to gsm_ts_name()Harald Welte (local)1-0/+1
2009-12-28Introduce new ACT_REQ state to prevent race condition during channel allocationHarald Welte (local)1-0/+1
2009-12-28rename gsm_lchan_name() to gsm_lchant_name()Harald Welte (local)1-1/+1
2009-12-26add 'get_string_value()' as inverse function of 'get_value_string()'Harald Welte (local)1-0/+1