aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
AgeCommit message (Expand)AuthorFilesLines
2010-05-31[GPRS] Implement TMSI reallocation and timers 3350 + 3370Harald Welte2-36/+163
2010-05-31[GPRS] BSSGP: Fix way too long TLLI debug lineHarald Welte1-1/+1
2010-05-31[GPRS] BSSGP: More verbose debug log / error reportingHarald Welte1-34/+86
2010-05-31[GPRS] BSSGP: When we receive a BLOCK, we should not respond with UNBLOCK-ACKHarald Welte1-2/+1
2010-05-31[GPRS] NS: Fix GRE keepalive response in FR-GRE encapsulationHarald Welte1-2/+2
2010-05-30[GPRS] BSSGP: Acknowledge all SUSPEND and RESUME requestsHarald Welte1-0/+103
2010-05-30[GPRS] LLC: Increment V(U) and N(U)Harald Welte1-0/+4
2010-05-30[GPRS] GMM: Add some FIXME's to the codeHarald Welte1-0/+3
2010-05-30[GPRS] NS: correctly pass the NS payload length to the TLV parserHarald Welte1-7/+9
2010-05-28[GPRS] NS: Don't hand Frame Relay LMI packets into the NS codeHarald Welte1-5/+15
2010-05-28[GPRS] NS: Respond to GRE keepalive messagesHarald Welte1-1/+67
2010-05-28[GPRS] NS: Frame Relay DLCI for PVC from 16-1007Harald Welte1-1/+1
2010-05-28[GPRS] NS: Print error message if TLV parser fails for some reasonHarald Welte1-0/+22
2010-05-28[GPRS] NS: Start TEST procedure, not ALIVE procedure, on RESET/RESET_ACKHarald Welte1-2/+3
2010-05-28gprs: Subtract the headroom for what we can receiveHolger Hans Peter Freyther1-1/+1
2010-05-25[VTY] use new struct vty_app_info in libvtyHarald Welte2-2/+20
2010-05-25Migrate VTY code to libosmovtyHarald Welte10-19/+24
2010-05-25[GPRS] NS: Always generate LOG_INFO message when we block NS-VCHarald Welte1-0/+5
2010-05-25[GPRS] Use new 'encapsulation udp local-port 23000' in osmo_sgsn.cfgHarald Welte1-1/+1
2010-05-23gprs: Cast the lh to uint_8* and make the other method non-constHolger Hans Peter Freyther1-2/+2
2010-05-23gprs: make gprs_llc_hdr_dump return void.Holger Hans Peter Freyther1-1/+1
2010-05-23gprs_llc.c: memset the llhp struct to be sure it is initialized.Holger Hans Peter Freyther1-0/+1
2010-05-23gb_proxy_vty.c: Remove variable that appears to be unusedHolger Hans Peter Freyther1-2/+0
2010-05-23gprs_ns_frgre.h: Create the header and include itHolger Hans Peter Freyther1-0/+1
2010-05-23gprs_ns.c: Make make_socket known to the compilerHolger Hans Peter Freyther1-0/+1
2010-05-23gprs: Fix warnings on funny casts for the return statementHolger Hans Peter Freyther1-4/+3
2010-05-23gprs_bssgp.c: Return something from non void methods.Holger Hans Peter Freyther1-1/+3
2010-05-23gprs_bssgp.c: Cast const of TLVP_VAL away.Holger Hans Peter Freyther1-2/+2
2010-05-23gprs: Disable strict aliasing as we are breaking the rules right nowHolger Hans Peter Freyther1-1/+1
2010-05-19[GPRS] Gb proxy VTY: Make sure all lines are aligned properlyHarald Welte1-1/+1
2010-05-19[GPRS] Gb Proxy: print only one line for every BVCIHarald Welte1-4/+6
2010-05-19[GPRS] NS: Better formatting of VTY outputHarald Welte1-6/+8
2010-05-19[GPRS] NS: properly parse FR DLCI on RxHarald Welte1-10/+4
2010-05-19[GPRS] NS: Never respond to STATUS with STATUS to prevent loops!Harald Welte1-0/+6
2010-05-19[GPRS] NS: SOCK_RAW sockets always provide the full IPv4 header on receiveHarald Welte1-5/+14
2010-05-19[GPRS] NS/FR/GRE rcvmsg case: msgb_free() in error caseHarald Welte1-3/+2
2010-05-19[GPRS] Make SGSN more verbose when startup failsHarald Welte1-2/+13
2010-05-19[GPRS] NS: Make sure we allocate NS packet with headroom for FR/GREHarald Welte2-7/+7
2010-05-19[GPRS] NS: FR/GRE: Use AF_INET, correctly encode FR DLCI and GRE payload typeHarald Welte1-3/+4
2010-05-19[GPRS] NS: VTY: Move all local ip/port bind values into 'ns' nodeHarald Welte8-92/+123
2010-05-19[GPRS] Add Frame Relay in GRE encapsulation for NSHarald Welte8-29/+340
2010-05-19[SGSN] Gb Proxy: Simplify configurationHarald Welte3-61/+19
2010-05-18[GPRS] SGSN: use GGSN IP address from config file, disable TMSI allocationHarald Welte4-17/+41
2010-05-18[GPRS] SGSN: actually isert a ggsn context when we allocate itHarald Welte1-0/+1
2010-05-18[GPRS] SGSN: Make sure libgtp timer doesn't segfaultHarald Welte1-0/+1
2010-05-18[GPRS] SGSN: No need to calculate difference for libgtp timerHarald Welte1-39/+2
2010-05-18[GPRS] fix numerous compiler warningsHarald Welte3-12/+10
2010-05-18[GPRS] SGSN: TMSI allocationHarald Welte2-31/+75
2010-05-18[GPRS] SGSN: Correctly set upper 4 bits of PDP address to 0Harald Welte1-0/+9
2010-05-18[GPRS] SGSN: exit() if we cannot bind to the GTP addressHarald Welte1-0/+3