aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2011-05-06src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso2-9/+9
2011-05-06src: use namespace prefix osmo_timer* for timer functionsPablo Neira Ayuso1-6/+6
2011-04-05libcommon: socket: extend make_sock() prototypePablo Neira Ayuso2-2/+2
2011-03-28src: include new file osmocom/vty/misc.h for vty_out_rate_ctr_group()Pablo Neira Ayuso2-0/+2
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso7-26/+26
2011-03-04prefix sub-directories containing libraries with 'lib'Harald Welte7-0/+0
2011-03-03Move 'Gb' protocol stack into its own src/gb subdirectoryHarald Welte7-0/+9
2011-02-18LOGGING: make sure to make the 'logging filter' compatible with vty log cfgHarald Welte2-12/+10
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte6-36/+30
2010-12-12Add mandatory routeing area IE to SUSPEND-NACKDieter Spaar1-1/+5
2010-08-09[GPRS NS] Fix memory leak in gprs_ns_sendmsg() error pathHarald Welte1-0/+4
2010-07-23[gprs] BSSGP: Fix null pointer dereferenceHarald Welte1-2/+3
2010-06-30[SGSN] BSSGP: Print TLLI as hex value like everwhere elseHarald Welte1-1/+1
2010-06-10[gprs] bssgp: Fix LLC PDU length encoding in BSSGP.Sylvain Munaut1-1/+1
2010-06-10[GPSR] SGSN: Keep traffic counters for each PDP contextHarald Welte1-1/+1
2010-06-10[GPRS] BSSGP/SGSN: Implement Gb-Interface PagingHarald Welte1-0/+63
2010-06-09[GPRS] SGSN: Pass BSSGP SUSPEND/RESUME up to GMM and alter MMCTX stateHarald Welte1-4/+16
2010-06-09GPRS: Fix compiler warning that will also lead to a crash at runtime.Holger Hans Peter Freyther1-1/+1
2010-06-03[GPRS] BSSGP: Fix formatting of BSSGP TX STATUSHarald Welte1-1/+2
2010-06-01[GPRS] Major LLC / TLLI handling fixesHarald Welte1-1/+1
2010-05-31[GPRS] Include IMSI and DRX params in BSSGP DL-UDHarald Welte1-2/+34
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] 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-25Migrate VTY code to libosmovtyHarald Welte2-6/+8
2010-05-25[GPRS] NS: Always generate LOG_INFO message when we block NS-VCHarald Welte1-0/+5
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-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] NS: Make sure we allocate NS packet with headroom for FR/GREHarald Welte1-6/+6
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 Welte3-4/+98
2010-05-19[GPRS] Add Frame Relay in GRE encapsulation for NSHarald Welte3-16/+314
2010-05-18[GPRS] SGSN: properly delete a PDP context after receiving PDP CTX DEACT REQHarald Welte1-0/+4