aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2012-07-12ganc: implement sending of GA-CSR RELEASEDieter Spaar1-0/+17
2012-07-12ganc: announce < R99 MSC to avoid sequence number in msg_typeHarald Welte1-0/+4
2012-07-12ganc_data: add linked list to connect objectsHarald Welte2-1/+17
2012-07-12experinmental and incomplete hack trying to build separate MSCHarald Welte7-226/+690
2012-07-12ganc: fix segfault during memset()Harald Welte1-1/+1
2012-07-04BSC VTY: Allow encryption to be set to A5/3Harald Welte1-2/+3
2012-06-29ganc: change hard-coded MCC/MNC to 901-70Harald Welte1-2/+2
2012-06-29ganc: add (currently unused) functions for PAGING REQ and DL XFERHarald Welte1-0/+33
2012-06-29ganc: properly zero-initialize the GAN CCH description IEHarald Welte1-0/+3
2012-06-28Use uint16_t for MCC and MNCHarald Welte1-2/+2
2012-06-28ganc: don't put IP addressess as string into a FQDN attributeHarald Welte1-3/+26
2012-06-28gsm_data_shared: add structure for decoded parameters of RLC configHarald Welte1-0/+24
2012-06-28ipaccess: some more comments on timer valuesHarald Welte1-2/+5
2012-06-24ganc: handle classmark changeHarald Welte2-2/+29
2012-06-24ganc: fix TLV parsing and dump L3 content as hexHarald Welte2-42/+83
2012-06-24ganc: process some more messagesHarald Welte2-15/+82
2012-06-24ganc: update copyright headersHarald Welte3-0/+40
2012-06-24ganc: Correctly return DISCOVERY ACCEPT and REGISTRATION ACCEPTHarald Welte5-16/+197
2012-06-23ganc: fix code to do naything useful at allHarald Welte2-12/+46
2012-06-23osmo-ganc: actually register the accepted fd's with select loopHarald Welte1-0/+3
2012-06-23initial skeleton for accepting UMA/GAN connectionsHarald Welte7-1/+596
2012-06-17use new external libosmogb (part of libosmocore.git)0.12.0Harald Welte12-3812/+6
2012-06-17libgb: make sure all BSSGP functions have bssgp_ prefixHarald Welte8-28/+27
2012-06-17libgb/gprs: don't use log_info from libcommon anymoreHarald Welte3-5/+95
2012-06-17libgb: prefix all NS related functions with gprs_Harald Welte9-49/+85
2012-06-17libgb: don't call directly into GMM / LLC layerHarald Welte4-9/+106
2012-06-17libgb: remove dependency of BSSGP to include sgsn/gmm internal structsHarald Welte2-25/+40
2012-06-16libgb: Remove dependency to openbsc/debug.hHarald Welte13-28/+101
2012-06-16libgb: remove dependencies to openbsc/vty.h and openbsc/gsm_data.hHarald Welte8-34/+98
2012-06-16libgb: Use library SS_L_NS instead lf local SS_NSHarald Welte6-9/+7
2012-06-16libgb: move GPRS specific msgb CB definitions to separate headerHarald Welte5-10/+7
2012-06-16split libgb into a separate library for outside useHarald Welte18-48/+67
2012-06-03Allow VTY-based configuration of T3105Harald Welte5-6/+10
2012-06-03update year in copyright stringHarald Welte1-1/+1
2012-05-31abis_rsl_rcvmsg(): Fix msgb memory leak in error pathHarald Welte1-1/+2
2012-05-31vty / cfg_bts_tsc: TSC range is 0..7, not 0..255Harald Welte1-6/+1
2012-05-17nitb: Enable the external RF Control interface for the nitb applicationHolger Hans Peter Freyther1-2/+18
2012-05-17bsc: Move the osmo_bsc_rf file into the libbsc code and renameHolger Hans Peter Freyther3-2/+2
2012-05-11mgcp: Make it possible to drop RTCP packets coming from the BTS/NetHolger Hans Peter Freyther3-2/+54
2012-05-11bsc vty: Provide a show mscs command to show the state of each MSCHolger Hans Peter Freyther1-0/+18
2012-05-07libmsc/db: Fix max value of ainfo->a3a8_ki_len in db_get_authinfo_for_subscrSylvain Munaut1-1/+1
2012-04-26RSL add debug statements when sending RSL EST REQ and RSL REL REQ.Harald Welte1-0/+6
2012-04-26bsc_api: Fix wrong order of log category and level argumentsHarald Welte1-1/+1
2012-04-26bsc_api: log RR STATUS from MS as NOTICE, not DEBUG levelHarald Welte1-1/+1
2012-04-18lchan: Fix the name of the SACCH in the variable namesHolger Hans Peter Freyther2-6/+6
2012-04-17bsc_api: Send RR Release and de-activate the SACCH on errorHolger Hans Peter Freyther1-2/+2
2012-04-11bsc: Allow to run a mixed TCH/H, TCH/F configurationHolger Hans Peter Freyther1-4/+22
2012-04-08introduce HAVE_TM_GMTOFF_IN_TMHarald Welte2-0/+16
2012-04-08make sure we still build on systems that don't have IPPROTO_GREHarald Welte1-0/+2
2012-03-16misc: Use other size modifiers to fix compiler warningsHolger Hans Peter Freyther3-4/+4