summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HACK: update osmo-mss to current masterlaforge/gancHarald Welte2015-11-153-16/+5
* ganc: use vTvLV_GAN TLV encoder/decoderHarald Welte2015-11-151-9/+2
* ganc: Store more data (GERAN LAC, MAC addr, ESSID, ...) of peerHarald Welte2015-11-153-5/+119
* ganc: TCP typo fixHermann Gausterer2015-11-151-1/+1
* ganc: fix free() order between osmo_conn and gan_peerHarald Welte2015-11-151-5/+9
* ganc: Make sure to close tcp socket when closing ganc / track REG stateHarald Welte2015-11-152-5/+50
* ganc vty: show keep-alive time-out for every peer in vtyHarald Welte2015-11-151-4/+16
* ganc: implement release timer for gan_peerHarald Welte2015-11-152-8/+51
* ganc: actually read + use settings from the config fileHarald Welte2015-11-153-2/+28
* ganc: add VTY for 'show gan-peer' and configuring virtual btsHarald Welte2015-11-153-1/+317
* ganc: Add a FIXME about our msgb memory leakHarald Welte2015-11-151-0/+1
* ganc: extend ganc_bts with description and SEGW / GANC IP/portHarald Welte2015-11-151-0/+7
* ganc: destroy peer after read fails or RELEASE has been sentHarald Welte2015-11-151-0/+14
* ganc: Add peer to global list of peers in networkDieter Spaar2015-11-151-0/+5
* ganc: use different host name for default UNCHarald Welte2015-11-151-1/+1
* ganc: implement sending of GA-CSR RELEASEDieter Spaar2015-11-151-0/+17
* ganc: announce < R99 MSC to avoid sequence number in msg_typeHarald Welte2015-11-151-0/+4
* ganc_data: add linked list to connect objectsHarald Welte2015-11-152-1/+17
* experinmental and incomplete hack trying to build separate MSCHarald Welte2015-11-158-227/+692
* ganc: fix segfault during memset()Harald Welte2015-11-151-1/+1
* ganc: change hard-coded MCC/MNC to 901-70Harald Welte2015-11-151-2/+2
* ganc: add (currently unused) functions for PAGING REQ and DL XFERHarald Welte2015-11-151-0/+33
* ganc: properly zero-initialize the GAN CCH description IEHarald Welte2015-11-151-0/+3
* Use uint16_t for MCC and MNCHarald Welte2015-11-151-2/+2
* ganc: don't put IP addressess as string into a FQDN attributeHarald Welte2015-11-151-3/+26
* ganc: handle classmark changeHarald Welte2015-11-152-2/+29
* ganc: fix TLV parsing and dump L3 content as hexHarald Welte2015-11-152-42/+83
* ganc: process some more messagesHarald Welte2015-11-152-15/+82
* ganc: update copyright headersHarald Welte2015-11-153-0/+40
* ganc: Correctly return DISCOVERY ACCEPT and REGISTRATION ACCEPTHarald Welte2015-11-155-16/+197
* ganc: fix code to do naything useful at allHarald Welte2015-11-152-12/+46
* osmo-ganc: actually register the accepted fd's with select loopHarald Welte2015-11-151-0/+3
* initial skeleton for accepting UMA/GAN connectionsHarald Welte2015-11-158-1/+597
* sgsn_vty.c: fix typoNeels Hofmeyr2015-11-101-1/+1
* gbproxy: Count more GSM 04.08 messagesHolger Hans Peter Freyther2015-11-104-0/+654
* Fix Warning: openbsc implicit-pointer-decl meas_udp2db.c:50Martin Hauke2015-11-051-0/+1
* Fix no-return-in-nonvoid-function meas_vis.cMartin Hauke2015-11-051-0/+2
* stats/mgcp: Initialize the statistics for MGCP as wellHolger Hans Peter Freyther2015-11-021-0/+7
* stats: Set class_id in rate_ctr group descriptionsJacob Erlbeck2015-11-025-0/+11
* stats: Enable stats for sgsn, gbproxy, nitb, bsc, natJacob Erlbeck2015-11-026-1/+19
* mgcp_osmux: available circuit IDs from 0 to 255, not from 0 to 128Pablo Neira Ayuso2015-11-022-2/+2
* oap: add OAP config to VTYNeels Hofmeyr2015-11-021-0/+91
* gsup/oap: add OAP to GSUP client.Neels Hofmeyr2015-11-025-8/+62
* oap: add OAP API testNeels Hofmeyr2015-11-022-5/+195
* oap: add oap testsuite skeletonNeels Hofmeyr2015-11-027-1/+89
* oap: implement initial OAP API.Neels Hofmeyr2015-11-026-2/+586
* libcommon: soak up three static functions.Neels Hofmeyr2015-11-027-43/+90
* sgsn: Fix up the VTY doc stringsHolger Hans Peter Freyther2015-11-021-2/+2
* SGSN: Fix typo in VTY license statement.Harald Welte2015-10-291-1/+1
* gprs/gb_proxy: Use RAND_bytes for gbproxy TLLI/TMSI allocationDaniel Willmann2015-10-136-303/+329