aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-15experinmental and incomplete hack trying to build separate MSCHarald Welte8-227/+692
2015-11-15ganc: fix segfault during memset()Harald Welte1-1/+1
2015-11-15ganc: change hard-coded MCC/MNC to 901-70Harald Welte1-2/+2
2015-11-15ganc: add (currently unused) functions for PAGING REQ and DL XFERHarald Welte1-0/+33
2015-11-15ganc: properly zero-initialize the GAN CCH description IEHarald Welte1-0/+3
2015-11-15Use uint16_t for MCC and MNCHarald Welte1-2/+2
2015-11-15ganc: don't put IP addressess as string into a FQDN attributeHarald Welte1-3/+26
2015-11-15ganc: handle classmark changeHarald Welte2-2/+29
2015-11-15ganc: fix TLV parsing and dump L3 content as hexHarald Welte2-42/+83
2015-11-15ganc: process some more messagesHarald Welte2-15/+82
2015-11-15ganc: update copyright headersHarald Welte3-0/+40
2015-11-15ganc: Correctly return DISCOVERY ACCEPT and REGISTRATION ACCEPTHarald Welte5-16/+197
2015-11-15ganc: fix code to do naything useful at allHarald Welte2-12/+46
2015-11-15osmo-ganc: actually register the accepted fd's with select loopHarald Welte1-0/+3
2015-11-15initial skeleton for accepting UMA/GAN connectionsHarald Welte8-1/+597
2015-11-10sgsn_vty.c: fix typoNeels Hofmeyr1-1/+1
2015-11-10gbproxy: Count more GSM 04.08 messagesHolger Hans Peter Freyther4-0/+654
2015-11-05Fix Warning: openbsc implicit-pointer-decl meas_udp2db.c:50Martin Hauke1-0/+1
2015-11-05Fix no-return-in-nonvoid-function meas_vis.cMartin Hauke1-0/+2
2015-11-02stats/mgcp: Initialize the statistics for MGCP as wellHolger Hans Peter Freyther1-0/+7
2015-11-02stats: Set class_id in rate_ctr group descriptionsJacob Erlbeck5-0/+11
2015-11-02stats: Enable stats for sgsn, gbproxy, nitb, bsc, natJacob Erlbeck6-1/+19
2015-11-02mgcp_osmux: available circuit IDs from 0 to 255, not from 0 to 128Pablo Neira Ayuso2-2/+2
2015-11-02oap: add OAP config to VTYNeels Hofmeyr1-0/+91
2015-11-02gsup/oap: add OAP to GSUP client.Neels Hofmeyr5-8/+62
2015-11-02oap: add OAP API testNeels Hofmeyr2-5/+195
2015-11-02oap: add oap testsuite skeletonNeels Hofmeyr7-1/+89
2015-11-02oap: implement initial OAP API.Neels Hofmeyr6-2/+586
2015-11-02libcommon: soak up three static functions.Neels Hofmeyr7-43/+90
2015-11-02sgsn: Fix up the VTY doc stringsHolger Hans Peter Freyther1-2/+2
2015-10-29SGSN: Fix typo in VTY license statement.Harald Welte1-1/+1
2015-10-13gprs/gb_proxy: Use RAND_bytes for gbproxy TLLI/TMSI allocationDaniel Willmann6-303/+329
2015-10-13gbproxy/test: Add and call cleanup_test functionDaniel Willmann1-0/+20
2015-10-13gprs: Use RAND_bytes for p-tmsiDaniel Willmann3-2/+8
2015-10-13sgsn/test: Really parse received DL LLC messagesJacob Erlbeck2-27/+61
2015-10-13sgsn/test: Add and call cleanup_test functionJacob Erlbeck1-0/+46
2015-10-12osmux: Allow to listen to a specific addressHolger Hans Peter Freyther4-1/+16
2015-10-12sgsn: Fix pattern for too long msisdnHolger Hans Peter Freyther1-1/+1
2015-10-12Revert "gprs: Use RAND_bytes for p-tmsi"Holger Hans Peter Freyther3-8/+2
2015-10-12mgcp: Use the right bind addresses for NET and BTS0.15.0Holger Hans Peter Freyther1-4/+4
2015-10-12Merge branch 'zecke/features/osmux-reliability'Holger Hans Peter Freyther8-34/+160
2015-10-12osmux: Make sure that bigger Osmux ids actually fitHolger Hans Peter Freyther1-2/+2
2015-10-12osmux: Remember the allocated CID and make sure it is releasedHolger Hans Peter Freyther5-9/+30
2015-10-12osmux: Enforce Osmux only global and per BSC configurationHolger Hans Peter Freyther2-10/+44
2015-10-12osmux: Allow to enforce using Osmux for the clientHolger Hans Peter Freyther3-14/+41
2015-10-12osmux: Add introspection for osmux.Holger Hans Peter Freyther1-0/+3
2015-10-12osmux: Do not divide the number of bytes by eight.Holger Hans Peter Freyther2-3/+3
2015-10-12osmux: Test cid allocation and de-allocationHolger Hans Peter Freyther3-0/+41
2015-10-12libmsc: Use RAND_bytes to generate a tokenDaniel Willmann1-1/+4
2015-10-12libmsc: Use RAND_bytes to choose auth tupleDaniel Willmann1-3/+8